Skip to content
Permalink
201906
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wgthom
Latest commit 03f891f May 30, 2019 History
1 contributor

Users who have contributed to this file

executable file 13 lines (10 sloc) 262 Bytes
#! /bin/bash
if [ -z "$1" ]
then
docker images tier/gte
exit 0
fi
docker stop "$1" 2> /dev/null
docker rm "$1" 2> /dev/null
docker run -d -p 80:80 -p 389:389 -p 8443:443 -p 3306:3306 \
--link rabbitmq:rabbitmq --name $1 tier/gte:"$1"-201906