stilleshan/sub.

19,547 13 arm64 unknown amd64 unknown

Build Information

General build information for this image

Docker Hub stilleshan/sub
Build Time 17 Jul 2025 08:47:14
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 17 Jul 2025 at 08:47:10

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