Skip to content

Instantly share code, notes, and snippets.

@borntyping
Created September 1, 2013 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borntyping/6407534 to your computer and use it in GitHub Desktop.
Save borntyping/6407534 to your computer and use it in GitHub Desktop.
Docker on Debian 7 / Linode (uncompleted)
Linode configuration profile:
Kernel: pv-grub-x86_64
Xenify: No
Required packages:
lxc
supervisor (optional)
Docker installation:
wget http://get.docker.io/builds/Linux/x86_64/docker-latest.tgz
tar -xf docker-latest.tgz
sudo cp docker-latest/docker /usr/local/bin/docker
Supervisor configuration (optional): /etc/supervisor/docker.conf
[program:docker]
command: /usr/local/bin/docker -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment