Skip to content

Instantly share code, notes, and snippets.

@robert-skarzycki
Created February 28, 2019 20:01
Show Gist options
  • Save robert-skarzycki/cf919ec788e92fac565d0d7b2ed79f46 to your computer and use it in GitHub Desktop.
Save robert-skarzycki/cf919ec788e92fac565d0d7b2ed79f46 to your computer and use it in GitHub Desktop.
sudo apt 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 bionic stable"
sudo apt update
sudo apt install docker-ce
sudo docker run hello-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment