Answers for "how we can install docker on ubuntu"

69

how to install docker ubuntu

sudo apt-get update
sudo apt-get upgrade
sudo apt install docker.io
systemctl start docker
systemctl enable docker
docker --version
Posted by: Guest on May-08-2020
0

ubuntu install docker

# For a new user of docker, you can install it with snap
sudo snap install docker
Posted by: Guest on May-18-2021

Code answers related to "how we can install docker on ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language