-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Angelinsky7/Docker-Volume…
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |