Tracy Reed
2017-02-09 23:32:29 UTC
Here are the instructions to preinstall Docker for anybody who wants to
follow along. You can simply visit
https://www.docker.com/products/overview for more detailed instructions,
or do this:
On most standard Linux distros, you will need the latest version of
whatever distro you are using. For instance, CentOS 6 or Ubuntu before
1604 won't work: Install the docker repository for your distro, then
install the docker-engine rpm or deb file. The current version is 1.13.0
Detailed instructions are here:
https://docs.docker.com/engine/installation/linux/
On Windows 10 Professional or better: enable virtualization support in
the BIOS/UEFI, install Hyper-V, then download and install the docker
installer.
On Windows 10 Home or Windows 7 (this is what I will be using for the
demo): enable virtualization support in the BIOS/UEFI, the install the
Docker Toolbox from here: https://www.docker.com/products/docker-toolbox
. This includes VirtualBox, so it is incompatible with other
virtualization solutions.
On MacOS Yosemite 10.10.3 or higher: install docker from here:
https://www.docker.com/products/docker#/mac
On earlier versions of MacOS: install the docker toolbox from here:
https://www.docker.com/products/docker-toolbox
follow along. You can simply visit
https://www.docker.com/products/overview for more detailed instructions,
or do this:
On most standard Linux distros, you will need the latest version of
whatever distro you are using. For instance, CentOS 6 or Ubuntu before
1604 won't work: Install the docker repository for your distro, then
install the docker-engine rpm or deb file. The current version is 1.13.0
Detailed instructions are here:
https://docs.docker.com/engine/installation/linux/
On Windows 10 Professional or better: enable virtualization support in
the BIOS/UEFI, install Hyper-V, then download and install the docker
installer.
On Windows 10 Home or Windows 7 (this is what I will be using for the
demo): enable virtualization support in the BIOS/UEFI, the install the
Docker Toolbox from here: https://www.docker.com/products/docker-toolbox
. This includes VirtualBox, so it is incompatible with other
virtualization solutions.
On MacOS Yosemite 10.10.3 or higher: install docker from here:
https://www.docker.com/products/docker#/mac
On earlier versions of MacOS: install the docker toolbox from here:
https://www.docker.com/products/docker-toolbox
--
Tracy Reed
Tracy Reed