How do we set up a Docker daemon SSH connection with a bastion server?
772
Docker supports the notion of using SSH to connect to the Docker daemon, but I was wondering is it possible to chain the connection so we connect to a bastion server which then connects to the real docker daemon via SSH?
0 Answers