Stopping Sterling B2B Integrator in a Docker container
You can do a softstop or a hardstop for the Sterling B2B Integrator Docker container.
Stop the Docker container
Use the following command to stop the Docker
container:
docker stop -t=<value in seconds> <container ID>
where
t
is the time in seconds before the Docker container stops.Start the Docker container
Use the following command to start the Docker
container:
docker start <container ID>
All the parameters passed for the
Docker run command when container was created are stored and are used to start the Docker
container.