Andreas Heck
Andreas Heck
@eamon-straughn @bnomis I tried to reproduce this issue with 4.42 by creating a volume like described in the original post pointing to /var/www and creating and changing text files, and...
@bnomis That means when you have a directory e.g. named synctest in your home directory and you do something like: `docker run -it --rm -v /Users/$USER/synctest:/synctest alpine /bin/sh` you cannot...
@eamon-straughn @bnomis I still can't reproduce it locally. - Did you ever reset Docker Desktop? - Do you have synchronised file sharing enabled or disabled? - Do you use a...
@eamon-straughn @bnomis Can you please send me the output of the following script? ``` #!/bin/sh set -e SHARED_DIR="$HOME/synctest" mkdir -p $SHARED_DIR rm -f $SHARED_DIR/host_file.txt # start container in the background...
@bnomis Which filesystem are you using? VirtioFS, grpcFUSE or osxfs? Django seems to use either stat polling or the Python watchdog module (if it is installed). The watchdog module uses...
Does the feature work anyway? When you start a container with `docker run -it --net=host --rm nicolaka/netshoot nc -lkv 0.0.0.0 8000` in one terminal and try to connect to it...