From 6bd92f3aeecc3a9821489e53d106a0df33b0edcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Tue, 25 Jan 2022 09:44:08 +0100 Subject: [PATCH] Add container/HAProxy tip to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e1c971b..ea6657b 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,8 @@ cd ha-handler/ mix deps.get iex -S mix ``` + +Tip: you can use containers to run the various external components of the HA +setup locally without tainting your system. e.g. + +* `podman run -it --rm --network=host --mount type=bind,src=local_haproxy_conf_folder/,target=/usr/local/etc/haproxy haproxy:2.2.20-alpine3.15`