...
Code Block | ||
---|---|---|
| ||
sudo apt-cache policy docker-engine |
You should see output like the follow:
Output of apt-cache policy docker-engine
docker-engine
Step 5: Finally, Install Docker
Code Block | ||
---|---|---|
| ||
sudo apt-get install docker-engine=1.13.0-0~ubuntu-xenial |
Step 6: Docker should now be installed, the daemon started, and the process enabled to start on boot. Check that it's running
Code Block | ||
---|---|---|
| ||
sudo systemctl status docker |