Stopping the z/OS Connect Designer
How to use Docker Compose to stop the z/OS Connect Designer.
About this task
zosConnect-3.0 Applies to zosConnect-3.0.
Containers Applies to z/OS Connect container deployments.
Learn how to stop the z/OS Connect Designer container.
Procedure
When using Docker to
stop z/OS Connect Designer, enter the following command
in the same terminal session where you instantiated your
container.
docker compose down This command stops the
running container, and removes any containers and networks that were created. If the command is
successful, the following message is displayed (or something similar depending on your Docker Desktop
version).
Stopping zcworkspace_zosConnect_1 ... done
Removing zcworkspace_zosConnect_1 ... done
Removing network zcworkspace_default