00:01:27
Aug 15, 2021
00:00:24
00:00:28
Login Succeeded$ ssh root@willers.digital -p 2233 "/usr/local/bin/docker pull hub.willers.digital/dennis.willers/voting:latest"latest: Pulling from dennis.willers/votingDigest: sha256:75d2a6e71f916c2ccf7751422656b77f18ecb2ba7fb0e25fe9ae4442eda9c3c7Status: Image is up to date for hub.willers.digital/dennis.willers/voting:latest$ ssh root@willers.digital -p 2233 "/usr/local/bin/docker run -d -p 3150:8080 -p 3000:3000 --restart=always --mount type=bind,src=/volume1/docker/tmp6,dst=/tmp --name voting hub.willers.digital/dennis.willers/voting:latest"6faca9cebfb53c32db384a42aa5da3caeae912520845a9e3773f4ad6201a8ea2/usr/local/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint voting (99c2b06dee1ce84d88eec096dc4f5299c1696e78ed5ac9de0e4abb70d121fa14): Bind for 0.0.0.0:3150 failed: port is already allocated.ERROR: Job failed: exit code 1
$ eval $(ssh-agent -s)Agent pid 15$ [[ -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 voting"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: votingERROR: Job failed: exit code 1