Image Overview: mdbook

Overview: mdbook Chainguard Image

Minimal image that contains mdbook.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/mdbook:latest

Usage

Example: build an mdbook project in the /work directory

docker run --rm \
    -v "${PWD}":/work \
    -w /work \
    cgr.dev/chainguard/mdbook:latest
    init --force --title chainguard-images --ignore git

Last updated: 2024-04-11 12:38