0 votes
in DevOps by
How to stop and restart the Docker container?

1 Answer

0 votes
by

To stop the container: docker stop container ID

Now to restart the Docker container: docker restart container ID

Related questions

+1 vote
asked Apr 5, 2020 in DevOps by ryan harris
+1 vote
asked Aug 15, 2020 in DevOps by RShastri
...