stilleshan/sub.

6,348 10 unknown amd64 unknown arm64

Build Information

General build information for this image

Docker Hub stilleshan/sub
Build Time 13 Apr 2024 02:12:55
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 13 Apr 2024 at 02:12:52

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