Skip to content

Instantly share code, notes, and snippets.

@okineadev
Last active April 4, 2025 17:35
Show Gist options
  • Save okineadev/bc5f5e6a448da156c395758789a8ca39 to your computer and use it in GitHub Desktop.
Save okineadev/bc5f5e6a448da156c395758789a8ca39 to your computer and use it in GitHub Desktop.
πŸ‹ Install Docker on WSL
sudo wget -qO- https://get.docker.com/ | sh
# Add the current user to the Docker group (allows running Docker without sudo)
sudo usermod -aG docker $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment