Skip to content

Instantly share code, notes, and snippets.

@jtilly
Last active November 29, 2015 16:41
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 jtilly/fe6750af0946057b8eb4 to your computer and use it in GitHub Desktop.
Save jtilly/fe6750af0946057b8eb4 to your computer and use it in GitHub Desktop.
Install docker-engine on Ubuntu Trusty
#!/bin/bash
sudo apt-get install docker-engine=1.8.3-0~trusty
sudo gpasswd -a ${USER} docker
sudo service docker restart
newgrp docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment