stilleshan/subweb.

10,117 18 arm64 unknown amd64 unknown

Build Information

General build information for this image

Docker Hub stilleshan/subweb
Build Time 13 Jul 2024 02:32:34
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:32:33

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

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

CLI

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