FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 7aa516d0 authored by Vitor Trovisco's avatar Vitor Trovisco
Browse files

Update canto_running_log.sh

parent 0dc2545c
No related branches found
No related tags found
1 merge request!30Testing
This commit is part of merge request !30. Comments created here will be created in the context of that merge request.
......@@ -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$)
if [[ ! -z "${DOCKERNAME}" ]]; then
echo "Canto running on container ${DOCKERNAME} - see canto_server_running.log for the log messages"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment