diff --git a/README.md b/README.md index c407f87..eb134e4 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,15 @@ INFO - Using a file with 1 failed attempts for this config (/home/phil/dev/t INFO - Mail sent to root@localhost.localdomain INFO - 1 mails sent successfully ``` + +## Run in container + +Using `podman` (Docker alternative), the above equivalent is: + +```sh +podman run -it --rm \ + -v ./results:/src/results \ + -v ./configs:/src/configs/ \ + -e CONFIG=configs/local.yaml \ + code.philo.ydns.eu/philorg/tinysteady-mailer +```