Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 791 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 791 Bytes

mkdocs-material

Publish Image

Wrapper project to build linux/amd64, linux/arm64 and linux/arm/v7 Docker images of mkdocs-material.

Please refer to the official Material for MkDocs documentation for further information.

Usage

The image can be pulled via:

docker pull ghcr.io/cms-cat/mkdocs-material:latest

From an existing MkDocs installation directory:

docker run --rm -it -p 8000:8000 -v $PWD:/docs ghcr.io/cms-cat/mkdocs-material:latest