Stopping an IBM App Connect Enterprise Docker container

You can stop your IBM® App Connect Enterprise Docker container by running the docker stop command or by pressing Ctrl-C. You can configure IBM App Connect Enterprise to run in a Docker container on AIX®, Linux®, and Windows systems, and in IBM z/OS® Container Extensions (zCX).

About this task

You can stop a Docker container by using one of the following methods:

  • If the container is running with a pseudo-TTY allocated (by specifying the -t flag on the docker run command), you can stop it by pressing Ctrl-C. The signal is caught by the integration server, which shuts down gracefully.
  • Run the docker stop command against the running container, as shown in the following example:
    docker stop myAce