Stopping the z/OS Connect Designer
Use Docker Compose to stop the z/OS Connect Designer.
About this task
This topic is applicable to:
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