Skip to main content

All Questions

Tagged with
1 vote
1 answer
316 views

Is there a way to proxy an authenticated ssh user into an already running docker container upon ssh connection?

I have a Dockerized Jupyter Notebook always running on a Linux host (where I have ssh access). docker run -d \ --hostname="$(logname)-sandbox" \ -e NB_UID="$(id -u $(logname))" \ -e ...
dnk8n's user avatar
  • 371