This commit is contained in:
Simon Li 2019-09-25 21:21:11 +00:00 committed by GitHub
commit 5f05b6994c
1 changed files with 20 additions and 0 deletions

20
Dockerfile Normal file
View File

@ -0,0 +1,20 @@
FROM jupyter/base-notebook
USER root
RUN apt-get update -y -q && \
apt-get install -y -q \
curl \
lxde \
net-tools \
novnc \
tigervnc-standalone-server
EXPOSE 8080
ENTRYPOINT ["bash"]
# https://serverfault.com/questions/376302/tigervnc-ssh-without-a-vnc-password/580859#580859
# vncserver -verbose -xstartup startlxde -SecurityTypes None -geometry 1024x768
# /usr/share/novnc/utils/launch.sh --listen 5902 --vnc localhost:5901
# In browser go to http://localhost:8080/vnc.html?autoconnect=true