docker-push-ssh
docker-push-ssh copied to clipboard
Await SSH tunnel init using docker exec + exit code
trafficstars
Waiting for the SSH tunnel to be ready should take place in the docker-push-ssh-tunnel container and not the host. This fixes issues where the calling container is unable to reach the registry but the tunnel container is, because the tunnel is established through that container.
Please rebase this on master. @Apelsin