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/docker-quickstart | 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
  5. Start the server
  6. Pull in public base image (Ubuntu Quantal) if no image exists named "base"

Clone this wiki locally