mirror of
https://github.com/docker/docs.git
synced 2026-03-28 06:49:00 +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>