From df0994430c8f36d61b129f4e71cd0e643b735eee Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Mon, 6 Jul 2026 22:06:46 +0200 Subject: Add Podman to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ae616d2..16b7eb2 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3