adding docker build and run files

This commit is contained in:
sekka1
2015-01-27 10:33:45 -08:00
parent 66846b50a2
commit 6b2517ff93
2 changed files with 19 additions and 0 deletions

6
docker/run.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
# Set password
echo 'root:${PASSWORD}' | chpasswd
./butterfly.server.py --unsecure --host=0.0.0.0