Skip to content

Instantly share code, notes, and snippets.

@abhagsain
Last active January 13, 2022 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhagsain/63d02f61c561bc9935429a96678c3462 to your computer and use it in GitHub Desktop.
Save abhagsain/63d02f61c561bc9935429a96678c3462 to your computer and use it in GitHub Desktop.
Install Docker On Ubuntu
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