FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Testing

Merged Vitor Trovisco requested to merge testing into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -12,7 +12,7 @@ LOGS="logs"
LOGFILE="${CANTOSPACE}/${LOGS}/canto_server_running.log"
#this line retrieves the canto container id
DOCKERNAME=$(docker ps -a --filter status=running | awk '$2 ~ /pombase\/canto-base/ { print $1 }')
DOCKERNAME=$(docker ps -a --filter status=running --filter name=^/canto$ | awk 'NR==2 { print $1 }')
if [[ ! -z "${DOCKERNAME}" ]]; then
echo "Canto running on container ${DOCKERNAME} - see canto_server_running.log for the log messages"
Loading