Skip to content

Instantly share code, notes, and snippets.

View SebastienCoste's full-sized avatar

Sebastien Coste SebastienCoste

View GitHub Profile
sudo apt-get remove docker docker-engine docker.io
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(grep "UBUNTU_CODENAME" /etc/os-release | cut -d "=" -f 2) stable"
sudo apt-get update
sudo apt-get install docker-ce