January 2019
Intermediate to advanced
484 pages
11h 48m
English
Docker requires a 64-bit version of Bionic 18.04 LTS, Artful 17.10, Xenial 16.04 LTS, or Trusty 14.04 LTS. You can install Docker with apt-get install docker.io, but its updates are usually slower than the Docker official repository.
Here are the installation steps from Docker (https://docs.docker.com/install/linux/docker-ce/ubuntu/):
$ sudo apt-get update && sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg ...
Read now
Unlock full access