From 5d3845a9babeba59c0e22820498500f26b8aaadb Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sun, 28 Sep 2014 16:48:44 -0500 Subject: [PATCH] Added note about multiple containers --- minecraft-server/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/minecraft-server/README.md b/minecraft-server/README.md index 742b9755..6ae0c988 100644 --- a/minecraft-server/README.md +++ b/minecraft-server/README.md @@ -67,6 +67,9 @@ You can either switch between world saves or run multiple containers with differ where the default is "world": docker run -d -e LEVEL=bonus ... + +**NOTE:** if running multiple containers be sure to either specify a different `-v` host directory for each +`LEVEL` in use or don't use `-v` and the container's filesystem will keep things encapsulated. The message of the day, shown below each server entry in the UI, can be changed with the `MOTD` environment variable, such as