how check status docker in ubuntu

C++
sudo systemctl status docker
#(OR)
systemctl status docker.service
# To check the status of Docker whether running or not.
Source

Also in C++: