Login
Remember
Register
Ask a Question
Write the command to stop the docker container
+1
vote
asked
Apr 5, 2020
in
DevOps
by
ryan harris
Write the command to stop the docker container
#docker-container-command
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 21, 2021
by
SakshiSharma
Below is the command to
stop the docker container
$ sudo docker stop container name
...