Skip to content

Instantly share code, notes, and snippets.

@fii
Last active September 21, 2018 13:13
Show Gist options
  • Select an option

  • Save fii/4a9a4c70ccc1aceaa9a9a166cd549563 to your computer and use it in GitHub Desktop.

Select an option

Save fii/4a9a4c70ccc1aceaa9a9a166cd549563 to your computer and use it in GitHub Desktop.
install-docker.sh
#!/bin/bash
curl https://releases.rancher.com/install-docker/17.03.sh | sh
sudo usermod -aG docker $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment