Skip to content

thinkcube/docker-mkdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

docker-mkdocs

docker pull thinkcube/mkdocs

New project

  • Go to directory where you have writing permissions such as your home or /tmp

cd ~

docker run -v ~:/home/user -u user thinkcube/mkdocs mkdocs new my_test_project

cd my_test_project

  • do your thing and populate the documents

docker run -d -v ~/my_test_project:/home/user -p 8092:80 thinkcube/mkdocs

  • access: 127.0.0.1:8092

Exsisting project

docker run -d -v ~/my_exsisting_project:/home/user -p 8092:80 thinkcube/mkdocs

access: 127.0.0.1:8092

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published