Closed pnasrat closed 1 year ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Bug description
Using git master (to test the unix socket support)
PR to follow - issue at https://github.com/jupyterhub/jupyter-remote-desktop-proxy/blob/main/jupyter_remote_desktop_proxy/__init__.py#L18
Expected behaviour
Xvnc server starts and is rendered through browser and able to
Actual behaviour
Traceback in docker logs
How to reproduce
git clone https://github.com/jupyterhub/jupyter-remote-desktop-proxy.git
cd jupyter-remote-desktop-proxy
docker build --no-cache -t $(whoami)/$(basename ${PWD}) .
docker run --rm -p 8888:8888 $(whoami)/$(basename ${PWD})