stilleshan/sub.

13,011 10 unknown arm64 amd64 unknown

Build Information

General build information for this image

Docker Hub stilleshan/sub
Build Time 13 Jul 2024 02:34:02
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 13 Jul 2024 at 02:34:01

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  sub:
    image: stilleshan/sub:latest
    container_name: sub
    restart: no

CLI

docker create \
  --name=sub \  --restart no \
  stilleshan/sub:latest