March 2017
Beginner to intermediate
925 pages
18h 11m
English
As there are many distributions which support Docker, we'll just look at the installation steps on Fedora 21 in this recipe. For others, you can refer to the installation instructions mentioned in the See also section of this recipe. Using Docker Machine, we can set up Docker hosts on local systems, on cloud providers, and other environments very easily. We'll cover that in a different recipe.
Check for the prerequisites mentioned in the previous recipe.
$ yum -y install docker
The preceding command will install Docker and all the packages required by it.
The default Docker daemon configuration file is located at /etc/sysconfig/docker, which is used while ...
Read now
Unlock full access