jsloan117 / docker-mkdocs

Docker mkdocs on Alpine Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Docker mkdocs on Alpine Linux

License:GNU General Public License v3.0


Languages

Language:Shell 87.5%Language:Dockerfile 12.5%