mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
Allow to set the signal to stop a container in `docker run`: - Use `--stop-signal` with docker-run to set the default signal the container will use to exit. Signed-off-by: David Calavera <david.calavera@gmail.com>
This package provides helper functions for dealing with signals across various operating systems