How To Install and Use Docker on Ubuntu 16.04

By: $ sudo apt-get install apt-transport-https ca-certificates curl software-properties-common $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add – $ sudo add-apt-repository “deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable” $ sudo apt-get update $ apt-cache search docker-ce $ sudo apt-get install docker-ce