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