October 29, 20169 yr Description: In Docker, the STOP command on a container does not cleanly shutdown the container, as should be expected. It appears to immediately kill the container. How to reproduce: Using any container that has logging of shutdown events, monitor log while issuing a stop from the web ui. No entries will be made. Confirm by issuing a stop from the commandline via 'docker stop <contained id>', and observe proper SIGTERM messages in the log. Expected results: UI should issue docker stop <contained id> Actual results: UI appears to instead issue docker kill <container id> Other information: As an option, there can probably be added a Force Stop option to the UI that will send the kill command, and the current Stop option should be changed to issue the Stop command. This will more closely mimic the way VM's are controlled.
Archived
This topic is now archived and is closed to further replies.