Docker Container Tutorial - How to build a Docker Container & Image

This tutorial covers how to build a docker container. It covers everything you need to know from setting up boot2docker on your machine to building and deploying your first Docker webapp. Code is in this repo: Get Boot2docker here: Running a Docker Container: What is Nginx: Our goal for this video is to convert a static html site into a docker image that we, as a web developer, can run
Back to Top