Title logo
linuxserver/netbootxyz.

18,736,332 126 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/netbootxyz
Build Time 20 Apr 2024 02:54:50
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 0.7.1 20 Apr 2024 at 02:54:50

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:0.7.1
    container_name: netbootxyz
    restart: no

CLI

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