This installation is for Ubuntu 14.04 LTS. Make sure the kernel is updated. Get root privilages.
- Install docker - apt-get install -y docker.io
- Check docker version - docker -v
- wget -qO- https://get.docker.com/gpg | apt-key add -
- New container - docker run -it ubuntu /bin/bash