Skip to content

Instantly share code, notes, and snippets.

@nhancv
Created June 25, 2023 03:11
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 nhancv/4641cef059b2d2310ed6c0332d8098aa to your computer and use it in GitHub Desktop.
Save nhancv/4641cef059b2d2310ed6c0332d8098aa to your computer and use it in GitHub Desktop.
Install docker ubuntu
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker $(whoami)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment