merofeev / docker-windows-volume-watcher

A tool to notify Docker contianers about changes in mounts on Windows.
MIT License
188 stars 30 forks source link

Failure when mounted volume is a file #1

Closed Toilal closed 7 years ago

Toilal commented 7 years ago

It fails when a volume is mounted to a file. Maybe those bindings should be ignored ?

rosshamish commented 5 years ago

Hi,

Is it feasible to enable this for single files? My use case is mounting a .env file.

Great project by the way! Crazy that Docker for Windows doesn't support file system events natively.

Thanks, -Ross