Skip to content

Instantly share code, notes, and snippets.

@LitHaxor
Created July 13, 2023 05:52
Show Gist options
  • Select an option

  • Save LitHaxor/8cc92195022b351343adb1d08600e4e3 to your computer and use it in GitHub Desktop.

Select an option

Save LitHaxor/8cc92195022b351343adb1d08600e4e3 to your computer and use it in GitHub Desktop.
Docker installation Bash Script Ubuntu
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment