Add "--rm=true" flag for running docker

This commit is contained in:
Andreas Dangel
2017-05-25 12:39:40 +02:00
parent 7ee6284ec2
commit 4c41e1e8a4

@ -16,7 +16,6 @@ Run `bundle exec jekyll serve --watch` to fire up Jekyll on local machine
One time: `docker build --no-cache -t mydocs .`
Now run the site with `docker run -v "$PWD:/src" -p 4005:4005 mydocs serve -H 0.0.0.0`
Now run the site with `docker run --rm=true -v "$PWD:/src" -p 4005:4005 mydocs serve -H 0.0.0.0`
Go to: http://localhost:4005/