You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both stop and restart have supported customizing the signal that is sent to the container since api version v1.42 but it seems that it has not been added here. It would be very helpful if it could be added.
I would have a crack at it but I am not very familiar with writing unit tests. I saw that it is implemented for kill so it might not be too hard but I'm not sure.
The text was updated successfully, but these errors were encountered:
I tested it on a bash container with traps set up for SIGINT, SIGTERM, and SIGKILL and it gives the same results as docker stop -s {signal} {container} so I'd say it's working.
Both
stop
andrestart
have supported customizing the signal that is sent to the container since api versionv1.42
but it seems that it has not been added here. It would be very helpful if it could be added.I would have a crack at it but I am not very familiar with writing unit tests. I saw that it is implemented for
kill
so it might not be too hard but I'm not sure.The text was updated successfully, but these errors were encountered: