From f5d293c0eaa68410ce2c63164c5226cba808f4e7 Mon Sep 17 00:00:00 2001 From: ags131 Date: Wed, 2 Nov 2016 12:38:05 -0500 Subject: [PATCH] Updated README Added --rm to the docker instructions to help with orphan containers. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b4d69e..75a7eac 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ vagrant up 2. Copy settings file - `cp .screeps_settings.dist.yaml .settings.yaml` 3. Edit settings with the appropriate API keys. 4. Build your docker image- `docker build -t screepsnotify .` -5. Test to make sure it works- `docker run screepsnotify` -6. Add a cronjob to call `docker run screepsnotify` as often as you wish. +5. Test to make sure it works- `docker run --rm screepsnotify` +6. Add a cronjob to call `docker run --rm screepsnotify` as often as you wish. ### Self Hosting