dockerize icon indicating copy to clipboard operation
dockerize copied to clipboard

Consider adding -exec flag to replace dockerize process with given command

Open powerman opened this issue 6 years ago • 0 comments
trafficstars

This should let us run command as PID1 and/or avoid subtle issues related to signal forwarding, running command under supervision, etc.

In case dockerize needs to both run given command and tail logs it'll have to run tail in child process and configure it to exit when it parent process (command) will exit.

powerman avatar Dec 01 '18 00:12 powerman