Title here
Summary here
Installing Docker on Ubuntu is extremely easy. Follow these easy steps to get it running and tested.
Update your packages to ensure you get the newest version of Docker.
$ sudo apt updateInstall Docker with apt
$ sudo apt install docker.ioVerify that Docker is installed correctly
$ sudo docker run hello-world