You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
Also, when I send a SIGINT, SIGTERM, or SIGKILL to the parent process from a different process (e.g. from a different terminal window), docker-osx-dev doesn't terminate its two children:
docker-osx-dev fires up fswatch. It also runs boot2docker for you if it isn't already started. Not sure if those are the two processes you're seeing... If you CTRL+C docker-osx-dev itself (instead of the kill command), do those other two go away?
I meant to add that fswatch is also a descendant / grandchild process (a child of one of the two additional child processes), so I'm seeing four in all. Yes, control-c from the same shell kills them all. If it is running as a background process or for automation purposes, it would be better if terminating the parent via a signal terminates its descendants and not just the parent. Here is a page with information on how to do this in bash. I noticed I had a half-dozen orphaned fswatch processes from this.
I noticed that when running
docker-osx-dev sync
:it starts two additional child processes with the same command:
Is it supposed to be doing this?
Also, when I send a SIGINT, SIGTERM, or SIGKILL to the parent process from a different process (e.g. from a different terminal window),
docker-osx-dev
doesn't terminate its two children:The text was updated successfully, but these errors were encountered: