Skip to content

Instantly share code, notes, and snippets.

@jkullick
Last active December 29, 2016 13:28
Show Gist options
  • Select an option

  • Save jkullick/3619aa2a4ad57c5e58bc387d16f01331 to your computer and use it in GitHub Desktop.

Select an option

Save jkullick/3619aa2a4ad57c5e58bc387d16f01331 to your computer and use it in GitHub Desktop.
Install Docker on Ubuntu Server 16.04 LTS
echo "deb https://apt.dockerproject.org/repo ubuntu-xenial main" > /etc/apt/sources.list.d/docker.list
apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D
apt-get update
apt-get install -y docker-engine

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment