Skip to content

Instantly share code, notes, and snippets.

@luhonghai
Created September 13, 2018 08:16
Show Gist options
  • Save luhonghai/fc130dea004cd63c5a48fe91c38a80ba to your computer and use it in GitHub Desktop.
Save luhonghai/fc130dea004cd63c5a48fe91c38a80ba to your computer and use it in GitHub Desktop.
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
apt-get update
apt-get install docker-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment