dockerize
dockerize copied to clipboard
Consider adding -exec flag to replace dockerize process with given command
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.