Which of the following command is used for stopping a running container? code example
Example: how to stop docker
systemctl stop docker.service
#(OR)
systemctl stop docker
# it will start docker
systemctl stop docker.service
#(OR)
systemctl stop docker
# it will start docker