Answers for "docker terminal ubuntu command"

2

how to install docker in ubuntu using terminal

sudo apt install docker.io # install docker
sudo systemctl start docker # start service
sudo systemctl stop docker # stop service
sudo systemctl status docker # To check status of docker
docker --version # to check the version of docker
Posted by: Guest on December-09-2020

Code answers related to "docker terminal ubuntu command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language