Status | stable |
OCI Reference | cgr.dev/chainguard/mdbook |
- View Image in Chainguard Academy
- View Image Catalog for a full list of available tags. Contact Chainguard for enterprise support, SLAs, and access to older tags.
This is an image that contains mdbook.
The image is available on cgr.dev
:
docker pull cgr.dev/chainguard/mdbook:latest
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