diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ # sourcewatch -A file synchronization tool that watches a source directory and syncs changes to a destination, respecting `.gitignore` rules. Designed to run in Docker on Windows with a read-only bind mount. +A file synchronization tool that watches a source directory and syncs changes to a destination, respecting `.gitignore` rules. Designed to run in Docker/Podman on Windows with a read-only bind mount. ## How it works @@ -15,6 +15,9 @@ docker run -v /path/to/source:/host:ro -v watchdata:/data sourcewatch # Windows docker run -v c:\source:/host:ro -v watchdata:/data sourcewatch + +# Podman (same syntax) +podman run -v c:\source:/host:ro -v watchdata:/data sourcewatch ``` ## Flags |
