Skip to content

Instantly share code, notes, and snippets.

@hsmnzaydn
Created October 4, 2018 08:35
Show Gist options
  • Save hsmnzaydn/b91cb0f3752b482eaefac43bc2a97da2 to your computer and use it in GitHub Desktop.
Save hsmnzaydn/b91cb0f3752b482eaefac43bc2a97da2 to your computer and use it in GitHub Desktop.
1 - sudo apt-get update
2 - sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg2 \
software-properties-common
3 - curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
4 - sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/debian \
$(lsb_release -cs) \
stable
5 - sudo apt-get update
6 - sudo apt-get install docker-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment