Stop and Start an existing sedex-Client Docker Container๐
A sedex-Client container can be stopped and started like any other Docker container.
Stop the sedex-Client container๐
Stop the sedex-Client container as follows (adapt the name of the container to your configuration):
$ docker stop sedex-client
Info
Stopping a sedex-Client container can take up to 65 seconds. This allows the sedex-Client to gracefully shut down and clean up temporary data.
Start the sedex-Client container๐
Start the sedex-Client container as follows (adapt the name of the container to your configuration):
$ docker start sedex-client