Back

Explore Courses Blog Tutorials Interview Questions
+2 votes
2 views
in DevOps and Agile by (19.4k points)

I tried installing Docker using ubuntu 14.0LTS virtualbox

sudo apt get install docker

However, when I try running docker it gives me the following error

The program 'docker' is currently not installed. You can install it by typing:
sudo apt-get install docker

Why is ubuntu not seeing docker?

1 Answer

+1 vote
by (27.5k points)
edited by

I would suggest you to try using the following command (instead of using 'docker'):

sudo apt-get install docker.io

You can find out more about Docker on Docker Tutorial and you can also obtain a Docker Certification.

For more information please go through the following tutorial to get more info about docker:

Browse Categories

...