Created
August 5, 2025 11:00
-
-
Save prateek-code-22/49b19a62881c2e5c081a0a7ef4ce6312 to your computer and use it in GitHub Desktop.
Install docker on ubuntu
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 apt-get update | |
| sudo apt-get install docker.io | |
| sudo usermod -aG docker $USER && newgrp docker | |
| sudo systemctl status docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment