Install Docker on Ubuntu 18.04.1
Install Docker on Ubuntu 18.04.1
This is a tutorial on how to install Docker on Ubuntu 18.04. [Works on Ubuntu 16.04 / 17.04 / 18.04.1 ]
Before we install docker, verify if you had installed any older versions of docker. If so, we need to remove them.
Run the following to remove any old versions of docker:
sudo apt-get remove docker docker-engine docker.io containerd runc -y
Install Prerequisites:
sudo apt-get install…
View On WordPress















