00:04:30
Dec 28, 2020
00:00:25
00:00:33
$ eval $(ssh-agent -s)Agent pid 14$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config$ ssh-add <(echo "$STAGING_PRIVATE_KEY")Identity added: /dev/fd/63 (admin@willers.digital)$ ssh root@willers.digital -p 2233 "/usr/local/bin/docker stop tabu-middleware"Warning: Permanently added '[willers.digital]:2233,[87.78.129.86]:2233' (ECDSA) to the list of known hosts.Error response from daemon: No such container: tabu-middlewareERROR: Job failed: exit code 1