Install latest Docker on Ubuntu 14.04

This is a quick and simple way to install latest Docker. You need to install in 64 bit machine otherwise you will receive an error E: Unable to locate package lxc-docker

su root
wget -qO- https://get.docker.com/ | sh

For more information please browse to http://docs.docker.com/installation/ubuntulinux/

comments powered by Disqus