8000 GitHub - hopeshigh/docker_docs: Boilerplate to put generated documentation into a Docker container
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hopeshigh/docker_docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_docs

Boilerplate to put generated documentation into a Docker container

Blog post

Dockering your Docs

To generate the documentation:

mix docs

To build the container:

docker build -t <IMAGE_NAME_HERE> .

To run the container:

docker run -it --rm -p 80:80 <IMAGE_NAME_HERE>

To access the documentation navigate to:

localhost

About

Boilerplate to put generated documentation into a Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0