Create ssh tunnel to remote docker container running Jupyter Notebook
问题 I'd like to create a ssh tunnel from my computer to a remote server to a docker container running Jupyter Notebook (computer>server>Docker container) that allows me to run a Jupyter Notebook in my browser on my computer. The Docker container is hosted on a machine running OS X (El Capitan). Docker is using the default machine IP: 192.168.99.100. $ docker-machine ls NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS default * virtualbox Running tcp://192.168.99.100:2376 v1.11.1 I am able to