v1.2.0
-
Hand the controlling TTY to the child process, if we have one (#122).
This fixes warnings that are printed when running a typical command like:
docker run -ti dumb-init bash
...as well as allowing you to use job control.Thanks to @Ehlers for the patch, and @alhafoudh (and several others) for
reporting the issue and providing details!