+1 vote
in DevOps by
Write the command to stop the docker container

1 Answer

0 votes
by

Below is the command to stop the docker container

$ sudo docker stop container name

...