Skip to content

Instantly share code, notes, and snippets.

@leonj1
Created June 20, 2018 23:03
Show Gist options
  • Save leonj1/c06db90edcf293f5d60746d7ce691ede to your computer and use it in GitHub Desktop.
Save leonj1/c06db90edcf293f5d60746d7ce691ede to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo curl -sSL https://get.docker.com | sh
sudo usermod -aG docker $USER
# show the installed version
docker version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment