Stop the Docker Image
List the Docker containers that are running:
$
docker container ls
For a container with the status
Up
, use the container ID to stop the container:$
docker container stop CONTAINER_ID
List the Docker containers that are running:
$ docker container ls
For a container with the status Up
, use the container ID to stop the container:
$ docker container stop CONTAINER_ID