start service docker on linux

C++
sudo systemctl start docker service
sudo systemctl stop docker servicesystemctl start docker.service
#(OR)
systemctl start docker
# it will start docker
Source

Also in C++: