Stop the Docker Image

  1. List the Docker containers that are running:

    $ docker container ls

  2. For a container with the status Up, use the container ID to stop the container:

    $ docker container stop CONTAINER_ID

Read a different version of :