Skip to content
progrium edited this page Feb 20, 2013 · 42 revisions

Quick Install

Assuming root on Ubuntu 12.10 you can just run:

curl -Ls http://j.mp/install-docker | bash

As you can see by inspecting the URL, this will:

  1. Use apt-get to install LXC
  2. Download the latest binary
  3. Install client and server into /usr/local/bin
  4. Create simple Upstart script if one does not exist

Clone this wiki locally