Skip to content

Instantly share code, notes, and snippets.

@delqn
Created September 13, 2019 04:04
Show Gist options
  • Save delqn/bdee66aa4f2028d50681001109ca3b66 to your computer and use it in GitHub Desktop.
Save delqn/bdee66aa4f2028d50681001109ca3b66 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
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 $(lsb_release -cs) stable"
sudo apt-get update
apt-cache policy docker-ce
sudo apt-get install -y docker-ce
sudo systemctl status docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment