Skip to content

Instantly share code, notes, and snippets.

@istepanov
Last active September 24, 2019 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save istepanov/a93f0808f0770764e18088a963be7673 to your computer and use it in GitHub Desktop.
Save istepanov/a93f0808f0770764e18088a963be7673 to your computer and use it in GitHub Desktop.
Install docker on Ubuntu 18.04
curl -sSL https://get.docker.com | sh && sudo usermod "$(whoami)" -aG docker && newgrp docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment