linuxserver/xbackbone.

160,309 18 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/xbackbone
Build Time 24 Sep 2023 02:32:13
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.6.3 24 Sep 2023 at 02:32:13

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.6.3
    container_name: xbackbone
    restart: no

CLI

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