Docker Slides This is a presentation on how to use Docker a live version of the slides it here This is using the awesome Reveal.js by Hakim To Use docker build -t yourname/nginx . docker run -p 80:80 -d yourname/nginx