Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-11-20 03:55:43 +0300
committerChris Rebert <github@rebertia.com>2014-11-20 03:55:43 +0300
commit6cd8b9b95691853653fc7b5cfe95f7f612c1a963 (patch)
treee023a40c783e29b69deb3f07078a9937916ba212
parent060ec1f54f49f0979bb044df560a51ab95f508df (diff)
name docker container
-rwxr-xr-xsetup_droplet.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_droplet.sh b/setup_droplet.sh
index e1574f0..f601284 100755
--- a/setup_droplet.sh
+++ b/setup_droplet.sh
@@ -20,4 +20,4 @@ ufw status verbose
# setup Docker; written against Docker v1.2.0
docker build . 2>&1 | tee docker.build.log
IMAGE_ID="$(tail -n 1 docker.build.log | cut -d ' ' -f 3)"
-docker run -d -p 80:9090 $IMAGE_ID
+docker run -d -p 80:9090 --name rorschach $IMAGE_ID