Last active
September 24, 2019 05:37
-
-
Save istepanov/a93f0808f0770764e18088a963be7673 to your computer and use it in GitHub Desktop.
Install docker on Ubuntu 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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