stilleshan/docsify.

docsify serve docker, 方便在 macOS 或 Windows 本地使用 docker 来启动 docsify 服务进行编写文档.

485 1 arm64 amd64

Build Information

General build information for this image

Docker Hub stilleshan/docsify
Build Time 01 Feb 2022 14:25:04
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2022-02-01 01 Feb 2022 at 14:25:04

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  docsify:
    image: stilleshan/docsify:2022-02-01
    container_name: docsify
    restart: no

CLI

docker create \
  --name=docsify \  --restart no \
  stilleshan/docsify:2022-02-01