Login
Remember
Register
Ask a Question
What is the command to stop a container?
0
votes
asked
Jul 1, 2022
in
Docker
by
sharadyadav1986
What is the command to stop a container?
a) Docker-stp <Container>
b) docker halt <Container>
c) docker stop <Container>
d) docker-stop <Container>
docker
stop
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 1, 2022
by
sharadyadav1986
c) docker stop <Container>
...