Jak sprawdź doker status w Ubuntu
sudo systemctl status docker
#(OR)
systemctl status docker.service
# To check the status of Docker whether running or not.
visualscrapper
sudo systemctl status docker
#(OR)
systemctl status docker.service
# To check the status of Docker whether running or not.
systemctl status docker
#to check if docker is installed run
$ docker --version
#to check if docker is running run command
$ systemctl status docker
dockerd