stilleshan/gitbook.

578 0 arm64 amd64

Build Information

General build information for this image

Docker Hub stilleshan/gitbook
Build Time 01 Feb 2022 14:30:12
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.2.3 01 Feb 2022 at 14:30:12

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  gitbook:
    image: stilleshan/gitbook:3.2.3
    container_name: gitbook
    restart: no

CLI

docker create \
  --name=gitbook \  --restart no \
  stilleshan/gitbook:3.2.3