Skip to content

andrglo/docker-mkdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MkDocs

This is a simple Docker container for running the MkDocs documentation site builder tool

Usage

Build image

$ docker build -t andrglo/mkdocs .

Then

See all available commands

$ docker run --rm andrglo/mkdocs help

Check version

$ docker run --rm andrglo/mkdocs version

Create a new project

$ docker run --rm -v ~/my/workspace:/workspace andrglo/mkdocs new my-project

Webserver for development

$ docker run -d -p 8000:8000 -v ~/my/workspace/my-project:/workspace andrglo/mkdocs

Build

$ docker run --rm -v ~/my/workspace/my-project:/workspace andrglo/mkdocs build

Deploy

Upload the directory ~/my/workspace/my-project/site to your http server

About

Simple Docker container for MkDocs documentation site builder tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages