Sign inSign up

rbecheras/mkdocs

By rbecheras

Updated over 9 years ago

Mkdocs docker image

Image
1

919

rbecheras/mkdocs repository overview

Simple & Pluggable Static Site Generator

Mkdocs is a simple but powerful static site generator perfect for generating clean and browsable technical documentations from markdown files.

This docker image provides a distribution of mkdocs with the default mkdocs theme.

Mkdocs home page & documentation: https://www.mkdocs.org

Mkdocs is an open source software written in python under the MIT License.

Usage

$ docker run -it --rm \
  -p 8800:8800 \
  -v $(pwd):/data \
  -u ${UID} \
  -w /data \
  --name mkdocs \
  rbecheras/mkdocs \
  mkdocs serve -a 0.0.0.0:8800

Tag summary

Content type

Image

Digest

Size

36.6 MB

Last updated

over 9 years ago

docker pull rbecheras/mkdocs