Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelinsky7 committed Jul 27, 2017
2 parents 5915856 + 0f91638 commit 6135f33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Docker-Volume-Watcher
Docker volum watcher is a service that creates a link between window file system and docker mounted volume

This is an adaptation of this project : https://github.com/merofeev/docker-windows-volume-watcher but without the need to have python installed.

Everything is automatically handle by the service who watches all mounted docker volumes and create a file watcher wrapper (https://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher(v=vs.110).aspx) arround it.

When the file changes, the service send a custom exec command to each container to update the current permission of the file (withotu changing it).
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This is file serve the purpose of testing the version of the last release
# The only required line is the version line
0.0.1
0.0.1.0

0 comments on commit 6135f33

Please sign in to comment.