I've already added the SSH keys that I found from https://github.com/aspen-hudbuz.keys to 10.101.0.200.
docker context create aa0 --docker "host=ssh://[email protected]" --default-stack-orchestrator swarm --description "all-access swarm"
# List the running containers and find a github-runner to connect to
# (you should also be able to tab complete and skip this step for the container name)
docker -c aa0 container ls
# this is where you can TAB complete after typing "github_runner"
# the container name may not match the following
docker -c aa0 exec -it github_runner.1.tz0clhpo4ginoppxm4rqr3jme bash
Inside the container, I would go to the /tmp
directory and install sqlcmd, then try to connect to one of the sql servers to troubleshoot the network.