Title logo
linuxserver/netbootxyz.

18,931,923 133 arm64 unknown unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/netbootxyz
Build Time 15 Mar 2025 03:14:40
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 15 Mar 2025 at 03:14:33

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  netbootxyz:
    image: linuxserver/netbootxyz:latest
    container_name: netbootxyz
    restart: no

CLI

docker create \
  --name=netbootxyz \  --restart no \
  linuxserver/netbootxyz:latest