Docker Installation and Docker Commands
In this lesson, we'll look at how to install Docker and some basic commands.
We'll cover the following...
Starting off #
Docker Machine is a tool that can install Docker hosts. From a technical point of view, the installation is easy to do. Docker Machine loads an ISO CD image with boot2docker from the Internet.
boot2docker is a Linux distribution and provides an easy way to run Docker ...