As far as I know, docker containers require their processes to be foreground processes, so that a TERM signal is sent to them gracefully when docker is shutting down (because the host server itself might be shutting down).

However if I run:

hypnotoad -f app.pl

...then, when I try to do "hot deployment" (by running hypnotoad -f app.pl again), the new hypnotoad process is not a foreground one anymore.

How do we solve this problem?

Should I forget about "hot deployment" when working in Docker containers?

Thanks,

--
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to