Will docker stop
fail if processes running inside the container fail to stop?? If i use docker kill
, can unsaved data inside the container be preserved. Is docker stop
time consuming compared to docker kill
?? I want to do a shutdown of the container but without loosing any data(without high latency to complete kill or stop process).
相关问题
- Docker task in Azure devops won't accept "$(pw
- Unable to run mariadb when mount volume
- Unspecified error (0x80004005) while running a Doc
- What would prevent code running in a Docker contai
- How to reload apache in php-apache docker containe
You can get more info from this post: https://superuser.com/questions/756999/whats-the-difference-between-docker-stop-and-docker-kill