knox revised this gist . Go to revision
1 file changed, 6 insertions
DevDocs-2.sh(file created)
@@ -0,0 +1,6 @@ | |||
1 | + | # First, build the image | |
2 | + | git clone https://github.com/freeCodeCamp/devdocs.git && cd devdocs | |
3 | + | docker build -t thibaut/devdocs . | |
4 | + | ||
5 | + | # Finally, start a DevDocs container (access http://localhost:9292) | |
6 | + | docker run --name devdocs -d -p 9292:9292 thibaut/devdocs |
Newer
Older