Hi, I’m trying to run pants inside docker with mou...
# general
m
Hi, I’m trying to run pants inside docker with mount from the docker container to my local file system code. It’s working very good except one thing, the restartable flag doesn’t work. I tried to vim inside the container and change the files, pants still couldn’t recognize that files have changed and restart the app. The only way it worked is if I didn’t use mount and inside the container i changed the files. If someone have some insights or ways to understand how can I solve it - it will be amazing 🙂
h
Yeah, inotify doesn’t work well on docker mounted volumes. You can google for various solutions, depending on the os/arch of the host system, and see if they might work.