Skip to content

Instantly share code, notes, and snippets.

@john9francis
Created January 19, 2026 16:33
Show Gist options
  • Select an option

  • Save john9francis/f8c53c5e2984790e1cd524c8f3aabae1 to your computer and use it in GitHub Desktop.

Select an option

Save john9francis/f8c53c5e2984790e1cd524c8f3aabae1 to your computer and use it in GitHub Desktop.
Installing docker on a linux system
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh --dry-run
sh get-docker.sh
sudo docker run hello-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment