I attempted to install Docker using Ubuntu 14.0LTS virtualbox.
apt-get install docker
However, when I attempt to launch docker, I get the following error:
Currently, the software 'docker' is not installed.
You may install it by using the command sudo apt-get install docker.
Why is ubuntu not seeing docker?