linuxserver/xbackbone.

194,124 20 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/xbackbone
Build Time 10 Nov 2024 03:00:25
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.7.0 10 Nov 2024 at 03:00:24

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  xbackbone:
    image: linuxserver/xbackbone:3.7.0
    container_name: xbackbone
    restart: no

CLI

docker create \
  --name=xbackbone \  --restart no \
  linuxserver/xbackbone:3.7.0