From e1eb02ef80abf9565622fd379756c850bb663cf3 Mon Sep 17 00:00:00 2001 From: sekka1 Date: Tue, 27 Jan 2015 18:32:07 -0800 Subject: [PATCH] adding docker usage info --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 1e1cc68..e4ee1f4 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,16 @@ Run `python dev.py --debug --port=12345` and you are set (yes you can launch it You should have received a copy of the GNU General Public License along with this program. If not, see . ``` + +## Docker Usage +There is a docker repository created for this project that is set to automatically rebuild when there is a push +into this repository: https://registry.hub.docker.com/u/garland/butterfly/ + +### Starting + + docker run \ + --env PASSWORD=password \ + --env PORT=57575 \ + -p 57575:57575 \ + -d garland/butterfly +