Make Docker a proper UNIX citizen
I’m trying to write a wrapper over Docker to propagate signals and standard output in a sensible way. First, Docker doesn’t handle SIGPIPE nicely:
I’m trying to write a wrapper over Docker to propagate signals and standard output in a sensible way. First, Docker doesn’t handle SIGPIPE nicely: