docker command not found even though installed with apt-get

Adding this for reference for others because it would have saved me 10 minutes if such an answer existed.


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?

5 Answers
5

Leave a Comment