Answers for "how to install docker in linux terminal"

1

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
4

install docker linux

sudo apt-get install -y linux-image-generic-lts-trusty linux-headers-generic-lts-trusty
Posted by: Guest on April-28-2020

Code answers related to "how to install docker in linux terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language