HOW TO STOP A RUNNING CONTAINER
If we want to stop the running container running on our system,
run the command :- docker stop (Provide the container name or container id )
We can get the details of the container by running the command - docker ps -a
No comments:
Post a Comment