Skip to content

Instantly share code, notes, and snippets.

@r3b
Last active August 29, 2015 14:00
Show Gist options
  • Save r3b/87ff101143f30344efb8 to your computer and use it in GitHub Desktop.
Save r3b/87ff101143f30344efb8 to your computer and use it in GitHub Desktop.
Script to provision Docker on an ubuntu VM
sudo apt-get install linux-image-extra-$(uname -r) -y
sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:dotcloud/lxc-docker
sudo apt-get update
sudo apt-get install lxc-docker -y
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment