- Download and install Docker and Git for your specific platform (Windows, OSX, Linux)
- Download, build and run:
# download
git clone https://github.com/mapic/docker-ssh-tunnel.git
# enter folder
cd docker-ssh-tunnel
# Ensure you copy the vendor SSH keys to the `/keys/` folder before you start. For example:
cp /some/path/ngi-poc-vendor-b-ssh-key.pem docker-ssh-tunnel/keys/
cp /some/path/ngi-poc-vendor-c-ssh-key.pem docker-ssh-tunnel/keys/
# build
./build.sh
# start tunnelling
./up.sh