Skip to content

Instantly share code, notes, and snippets.

@Thithip
Last active August 29, 2015 14:20
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 Thithip/b9d638008c64c139caef to your computer and use it in GitHub Desktop.
Save Thithip/b9d638008c64c139caef to your computer and use it in GitHub Desktop.
Install Docker under Linux Mint

Docker installation with specifics packages missing in Linux Mint :

sudo apt-get install apparmor lxc cgroup-lite
wget -qO- https://get.docker.com/ | sh

Add <user> to Docker's group to autorise the user use Docker without sudo permissions :

sudo usermod -aG docker <user>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment