Skip to content

Instantly share code, notes, and snippets.

@omerh
Created March 14, 2018 10:22
Show Gist options
  • Save omerh/968b189b0064f0f9ff99e9338d8eec7b to your computer and use it in GitHub Desktop.
Save omerh/968b189b0064f0f9ff99e9338d8eec7b to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | 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 -y systemd apt-transport-https ca-certificates docker-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment