Skip to content

Commit

Permalink
Bump version to 1.2.0 and update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
merofeev committed Dec 19, 2018
1 parent 5372a62 commit 41d3d29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,16 @@ Do not monitor files/directories matching ``*.git*`` and ``*build*`` patterns:
docker-volume-watcher -e "*.git*" "*build*"
If you experience duplicate notification issue (e.g. `Duplicate notification - a single change triggers 2 notifications to the container`_), try event debounce feature:

.. code:: bat
docker-volume-watcher --debounce 0.1
Use flag ``-v`` to enable verbose output: the script will report start/stop events of eligible containers and print all detected file changes.

.. _Duplicate notification - a single change triggers 2 notifications to the container: https://github.com/merofeev/docker-windows-volume-watcher/issues/13

Limitations
------------
* The script doesn't propagate to container file deletion events.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = file.read()

setup(name='docker-windows-volume-watcher',
version='1.1.0',
version='1.2.0',
packages=find_packages(),
entry_points={
'console_scripts': ['docker-volume-watcher=docker_volume_watcher.cli:main'],
Expand Down

0 comments on commit 41d3d29

Please sign in to comment.