Skip to main content

Posts

Showing posts from December, 2014

The easiest way to install docker on Ubuntu

Docker releases come out faster than ubuntu updating thier repositories. Docker mainitains a ppa. One can add the ppa key, and then add to sources.list.d and then update sources and then install lxc-docker. OR.. curl -sSL https://get.docker.com/ubuntu/ | sudo sh