If one uses your official docker image is it save to simply call "docker stop" for production
runs. I ask because this triggers the sigterm signal.
Do you catch this signal and execute your "stop-bitbucket.sh" in order to perform
orderly shutdown?
Hi @Rudolf Rödl
I have my colleague answer:
You can call docker stop if running it via docker run.
We do call docker rm -f when you force stop through UI as we want to stop it as quickly as possible.
Thanks,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.