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

skip read-only bind volumes #22

Open slippycheeze opened 3 years ago

slippycheeze commented 3 years ago

If a bind-mount from the windows host is read-only the attempt to chmod(1) the file will fail; that should be discoverable from the details of the containers, and so let you skip (or at least warn) about those mounts.