mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
If stdin is closed, which is the case when pluginhook is called from an interactive session, "docker run" does not connect stdin and stderr by default. Fixes #323