-
Notifications
You must be signed in to change notification settings - Fork 0
Home
shykes edited this page Feb 25, 2013
·
42 revisions
Assuming root on Ubuntu 12.10 you can just run:
curl -Ls https://raw.github.com/dotcloud/docker/master/install.sh | bash
As you can see by inspecting the URL, this will:
- Use apt-get to install LXC
- Download the latest binary
- Install client and server into /usr/local/bin
- Create simple Upstart script if one does not exist
- Start the server
You have no images to bootstrap a container from, but you can download a public base image of Ubuntu 12.10 easily with:
docker pull base