January 2019
Intermediate to advanced
460 pages
10h 33m
English
Like any virtualization software, Docker has to be installed via the regular package manager of your operating system.
I will assume that you are using a Debian-based system. If this is not the case, please get the correct instructions for your system at https://docs.docker.com/install/overview/.
Continue with the following instructions to get Docker up and running:
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg ...
Read now
Unlock full access