Last active
January 13, 2022 02:02
-
-
Save abhagsain/63d02f61c561bc9935429a96678c3462 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 -y | |
sudo apt-get upgrade -y | |
sudo apt install docker.io -y | |
systemctl start docker | |
systemctl enable docker | |
docker --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment