- Install Docker
- Docker for Ubuntu: https://docs.docker.com/engine/installation/linux/ubuntulinux/
sudo apt-get update && apt-get install -y apt-transport-https ca-certificates sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D // Open the /etc/apt/sources.list.d/docker.list and add the following line then save it // Ubuntu 14.04 deb https://apt.dockerproject.org/repo ubuntu-trusty main
- Docker for Ubuntu: https://docs.docker.com/engine/installation/linux/ubuntulinux/
// Ubuntu 16.04