

UPDATE 1: as a work around for others, it does seem like writing to a mounted directory that is shared between containers does cause the file systems events to get triggered. If people other than myself are also still having issues, then I think it's appropriate to reopen this issue.
Docker for mac overlay2 mac os#
MacOS info: mac OS Mojave Version 10.14.6 (18G95) rw-r-r- 1 root root 9 Sep 10 17:58 one-renamed rw-r-r- 1 root root 10 Sep 10 17:58 in-container-test.txt ĭrwxr-xr-x 3 root root 96 Sep 10 17:58 foo $ # sanity check files are actually in /container-pathĭocker exec -t filewatcher ls -la /container-pathĭrwxr-xr-x 6 root root 192 Sep 10 17:58. container-path/ CLOSE_WRITE,CLOSE in-container-test.txt container-path/ MODIFY in-container-test.txt

container-path/ OPEN in-container-test.txt container-path/ CREATE in-container-test.txt $ # confirm inotify is working do some file stuff in the containerĭocker exec -t filewatcher sh -c "echo some text > /container-path/in-container-test.txt" Jsanders67 in /tmp/docker_shtuff/mount_event_demo This command mounts /certs/client for the service and build container, which is needed for the Docker client to use the certificates in that directory. If you want to use Docker-in-Docker, you must always use privileged true in your Docker containers. To start the build and service containers, it uses the privileged mode. Runc version: 09c8266bf2fcf9519a651b04ae54c967b9ab86ec This command registers a new runner to use the docker:19.03.12 image. Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslogĬontainerd version: 9754871865f7fe2f4e74d43e2fc7ccd237edcbce inside the container, changing a file from a bash shell inside the container (triggers) and outside the container (does not trigger). I'm also seeing this issue with Docker for Mac 2.0.0.3, using the Node build of Alpine. ID: NRLZ:7ZDM:FVEU:ZSSY:C5KA:HKK7:ZWJG:KIUK:JX42:WJKV:UYKD:HEHF Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslogĬontainerd version: 06b9cb35161009dcb7123345749fef02f7cea8e0 I’ve read all the relevant documentation I could find for Docker and WebODM.Īny thoughts here on what’s going wrong would be greatly appreciated! Many thanks.Network: bridge host ipvlan macvlan null overlay

