/docker-mkdocs

Docker mkdocs on Alpine Linux

Primary LanguageShellGNU General Public License v3.0GPL-3.0

docker-mkdocs

License Build Status Docker Pulls

This image contains MkDocs and a handful of themes for quick use. Please see Run from Docker registry for more details and commands.

Mount the folder where your mkdocs.yml file resides as a volume to /docs.

docker run --rm -v ${PWD}:/docs jsloan117/mkdocs --version

Documentation

The full documentation is available here.