stilleshan/dujiaoka.

4,434 15 amd64 arm64

Build Information

General build information for this image

Docker Hub stilleshan/dujiaoka
Build Time 19 Jan 2023 02:06:30
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2.0.6 19 Jan 2023 at 02:06:30

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  dujiaoka:
    image: stilleshan/dujiaoka:2.0.6
    container_name: dujiaoka
    restart: no

CLI

docker create \
  --name=dujiaoka \  --restart no \
  stilleshan/dujiaoka:2.0.6