I created a container environment with the Docker Image provided by DolphinDB and did some testing. Now I want to upgrade DolphinDB without exiting the container.
I need to kill the DolphinDB process before upgrading. But now I encountered a problem: the PID of DolphinDB in my container is 1, which means DolphinDB will start automatically when the container is started, and that the container will stop when closing DolphinDB. So I can’t follow the normal upgrade process. How can I do this?