mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-06-08 09:52:11 +08:00

`docker stop` send SIGTERM, and then SIGKILL after grace period, while `docker kill` send SIGTERM directly, so `docker stop` is more safe and ensure the integrity of the data. Signed-off-by: daixiang0 <764524258@qq.com>