I’d like to use a Jupyter Docker Stack running from a remote machine.
I’ve installed docker on remote, pulled the image, and set it running.
Locally, I’m connecting to the remote machine via SSH. I’ve set up port forwarding for localhost:8888.
I’ve got the container running, I’ve bound it to a volume on remote with the files I want to work with, and I can access the server locally via my browser. The problem is I can’t save any of the files I open.
What am I missing? Is there some sort of security issue, like JupyterLab doesn’t think this is a secure connection? Would love to hear some ideas!