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
0 votes
asked Aug 29, 2023 in Docker by JackTerrance
...