Skip to content

Latest commit

 

History

History
 
 

mdbook

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

mdbook

Status stable
OCI Reference cgr.dev/chainguard/mdbook

This is an image that contains mdbook.

Get It!

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