GETTING STARTED

Docker is still under heavy development. It should not yet be used in production. Check the repo for recent progress.

Installing on Ubuntu

Requirements
  • Ubuntu 12.04 (LTS) or Ubuntu 12.10
  • 64-bit Operating system
  1. Add the Ubuntu PPA (Personal Package Archive) sources to your apt sources list. Copy and paste the following lines at once.

    sudo sh -c "echo 'deb http://ppa.launchpad.net/dotcloud/lxc-docker/ubuntu precise main' >> /etc/apt/sources.list"
  2. Update your sources. You will see a warning that GPG signatures cannot be verified.

    sudo apt-get update
  3. Now install it, you will see another warning that the package cannot be authenticated. Confirm install.

    sudo apt-get install lxc-docker
  4. Run!

    docker
  5. Continue with the Hello world example.

Contributing to Docker

Want to hack on Docker? Awesome! We have some instructions to get you started. They are probably not perfect, please let us know if anything feels wrong or incomplete.

Quick install on other operating systems

For other operating systems we recommend and provide a streamlined install with virtualbox, vagrant and an Ubuntu virtual machine.

More resources

Fill out my online form.