Skip to content
Permalink
d74239ede8
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 f1e39d8 May 30, 2019 History
1 contributor

Users who have contributed to this file

executable file 13 lines (10 sloc) 274 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-201-updates