To look up the name of the Docker container:
docker container ls
To stop the Docker container with <CONTAINER_ID>
identifier:
docker container stop <CONTAINER_ID>
To look up the name of the Docker container:
docker container ls
To stop the Docker container with <CONTAINER_ID>
identifier:
docker container stop <CONTAINER_ID>