From 5dd6b11660e7837eca9225dcb24ade82032f0d2b Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Tue, 28 Mar 2017 17:10:34 -0700 Subject: [PATCH] Add a readme for the core. --- core/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 core/README.md diff --git a/core/README.md b/core/README.md new file mode 100644 index 0000000..25a9146 --- /dev/null +++ b/core/README.md @@ -0,0 +1,10 @@ +Mailman3 Core Docker Image +========================== + +To run this container, you need a valid configuration at +`/opt/mailman/mailman.cfg` on your host. When you spawn off this container, you +must mount `/opt/mailman` to the container. Mailman's `var` directory will also +be stored here so that it can persist across different sessions and containers. + +It is not advised to run multiple mailman processes on the same host sharing the +same `/opt/mailman` directory as this will almost certainly be dangerous.