FAQ | This is a LIVE service | Changelog

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

Update weekly_routine.sh

changing docker container image to pombase/canto-base
parent 84d0c365
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ function restart_canto()
# Canto restart
# Get Container ID from output
DOCKERNAME=$(docker ps -a --filter status=running | awk '$2 ~ /pombase\/canto-run/ { print $1 }')
DOCKERNAME=$(docker ps -a --filter status=running | awk '$2 ~ /pombase\/canto-base/ { print $1 }')
if docker restart "${DOCKERNAME}"; then
log "Canto restarted successfully"
else
......
  • Author Maintainer

    Commit ad9bc920 corrects the string being searched to find the running docker container.

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