This update replaces the kill command with a safer alternative for stopping Docker containers. The previous approach terminated containers immediately, which could lead to data loss or corruption. The new implementation uses the stop command to allow for a more graceful shutdown.
This update replaces the kill command with a safer alternative for stopping Docker containers. The previous approach terminated containers immediately, which could lead to data loss or corruption. The new implementation uses the stop command to allow for a more graceful shutdown.