Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux
The apoach with hunting for /tmp/supervisor.sock won't work (tried that as well with many variations) because it's apparently using by internal docker mechansim while starting the supervisorctl service: seems like the file is temporary created only not to run two start commands for the service, as it is common practice in POSIX systems. After the service is responding, the file doesn't exist anymore.
The apoach with hunting for
/tmp/supervisor.sock
won't work (tried that as well with many variations) because it's apparently using by internal docker mechansim while starting thesupervisorctl
service: seems like the file is temporary created only not to run two start commands for the service, as it is common practice in POSIX systems. After the service is responding, the file doesn't exist anymore.