Stopping stubs that are running in a Docker container
Use the docker stop
command to stop stubs that you published to a Docker
container.
This is an example syntax for stopping a Docker image:
docker stop Options <image name>
For more information about the docker stop
command, see the Docker Documentation.