Last active
April 4, 2025 17:35
-
-
Save okineadev/bc5f5e6a448da156c395758789a8ca39 to your computer and use it in GitHub Desktop.
π Install Docker on WSL
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
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