Sign inSign up

qmu1/mkdocs

By qmu1

Updated about 8 years ago

An alipine-based dockerfile which runs MkDocs with its material theme.

Image
1

1.3K

qmu1/mkdocs repository overview

MkDocs Dockerfile

layers badge

An alipine-based dockerfile which runs MkDocs with its material theme.

Usage

docker run --rm -v $(pwd):/project qmu1/mkdocs:latest /bin/sh -c "\
    mkdocs build --clean -f /project/path/to/your/mkdocs.yml -d ${docs_dir}"
"

DockerHub

Available on the DockerHub.

https://hub.docker.com/r/qmu1/mkdocs/

License

MIT License

Copyright (c) qmu Co.,Inc.

Tag summary

Content type

Image

Digest

Size

40.2 MB

Last updated

about 8 years ago

docker pull qmu1/mkdocs