October 26, 20169 yr What is the expected behavior when stopping a container from the Web UI? I am seeing the container being forced closed, and not stopping gracefully. docker stop from command-line sends sigterm and waits, but from the Web ui I am not seeing this behavior. I would really like to see the ui have a stop and a force stop, like the vm's have.
October 26, 20169 yr To add to this... is the web ui using 'docker kill' vs 'docker stop'... If so, I think the "STOP" in the WebUI should be using 'docker stop' to allow the container to gracefully shut down. Could the unRAID admins clarify the process here? thx. I found this post on the difference http://superuser.com/questions/756999/whats-the-difference-between-docker-stop-and-docker-kill And as CraziFuzzy suggested, I think the WebUI should have a "STOP" that sends 'docker stop' and a "FORCE STOP" that sends 'docker kill'.
October 29, 20169 yr Author So after a few more tests, I can confirm that the UI STOP command does NOT sent the stop command to docker. I can't believe this is expected behavior, and really should not even be considered acceptable behavior, and can be quite dangerous depending on the tasks in progress at the time.
Archived
This topic is now archived and is closed to further replies.