Stop a Container
docker stop my-container
Meaning: Stops a running container. Usage: To stop a container that is currently running. Example: docker stop my-container stops the container named my-container.
my-container
-t (Timeout)
-t