mirror of
https://github.com/docker/docs.git
synced 2026-04-03 01:38:58 +07:00
Docker's --sig-proxy option sends all signals but one to a container. The exception s SIGCHLD, which is deliberately ignored as it doesn't make sense to send such a signal to a process in a container. Documentation updates will make this less confusing if anyone does attempt to do this. Docker-DCO-1.1-Signed-off-by: Matt Heon <mheon@redhat.com> (github: mheon)
This directory contains code pertaining to the Docker API:
-
Used by the docker client when comunicating with the docker deamon
-
Used by third party tools wishing to interface with the docker deamon