There is no necessary connection between containers. If your application is composed of multiple containers, such as a web container and a mysql container, if the web code is updated, just update the web container. If the web container supports code hot Update, then there is no need to stop the web container service
Why do I need to stop the existing container?
There is no necessary connection between containers. If your application is composed of multiple containers, such as a web container and a mysql container, if the web code is updated, just update the web container. If the web container supports code hot Update, then there is no need to stop the web container service