Skip to content

Instantly share code, notes, and snippets.

@fii
Created September 21, 2018 11:29
Show Gist options
  • Save fii/f38893e01656e97b0f3a4602284e81fc to your computer and use it in GitHub Desktop.
Save fii/f38893e01656e97b0f3a4602284e81fc to your computer and use it in GitHub Desktop.
install-docker
curl https://releases.rancher.com/install-docker/17.03.sh | sh
sudo usermod -aG docker VMAdminName
ssh-keygen -t rsa -N '' -f ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment