Chris Smith
@cgsmith105
What is a VM?
docker
hello-world
run
Tells the computer to run the program docker
Subcommand to create and run docker container
What image do we load in the container
Let's play with Docker for a bit!
FROM docker/whalesay:latest
CMD echo 'Hello ETCC Docker 101!' | cowsay
docker build -t etcc-whale .