+1 vote
in Docker by
recategorized by
What are the command to control Docker with Systemd in Devops?

1 Answer

0 votes
by

Below are the command to control Docker with Systemd in Devops

systemctl start/stop docker

service docker start/stop

...