EugenMayer / docker-sync

Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux
GNU General Public License v3.0
3.54k stars 290 forks source link

Fixing docker-sync start fail on docker engine (re)start (issue #833) #842

Closed igronus closed 1 month ago

igronus commented 1 month ago

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.