Monthly Archives: February 2015

How to install Docker in Ubuntu 14.04 and up

Installing Docker in Ubuntu 14.04 and above is fairly easy. It just requires one line: sudo apt-get install docker.io Optionally, you may also want to use the docker command rather than docker.io: sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker To get an … Continue reading

Posted in Tips and tricks | Tagged , | Leave a comment