Skip to content
Permalink
202109
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
executable file 9 lines (7 sloc) 171 Bytes
#! /bin/bash
if [ ! -z "$1" ]
then
echo "Do not pass in an argument: $1"
fi
label=$( docker ps -a | grep 'tier/gte' | awk '{print $1}' )
docker logs -f "$label"