Jordan [ @AlwaysBCoding ] and Rangel [ @raspasov ] go over building and deploying a Docker container from scratch.
We start by installing Docker Machine to run docker on a virtual linux machine on my mac. We go over the basic docker commands you use to inspect the state of the world. We pull down docker containers from docker hub and build our own container running nginx. Finally we deploy the container to Amazon's Elastic Container Service (ECS), and talk about how docker workflows like the one we template out look and feel in real world production environments.
Github URL: https://github.com/AlwaysBCoding/Epis...