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.
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.