Skip to content

Docker configuration for building and serving mkdocs static sites.

License

Notifications You must be signed in to change notification settings

teamdeeson/mkdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mkdocs Docker container

Docker configuration for building and serving mkdocs static sites using mkdocs - http://www.mkdocs.org/

Serve

To start a development server on http://localhost use:

docker run -it --rm -p 80:8000 -v ${PWD}:/docs --name mkdocs-serve teamdeeson/mkdocs:latest

Build

To generate the static site assets into the site directory use:

docker run -it --rm -v ${PWD}:/docs --name mkdocs-build teamdeeson/mkdocs:latest build --clean

Versions

For the latest version use the image teamdeeson/mkdocs:latest - otherwise the following are available

  • teamdeeson/mkdocs:0.17.1
  • teamdeeson/mkdocs:0.15.3

About

Docker configuration for building and serving mkdocs static sites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published