Update Dockerfile

removed password from being asked for noVNC
pull/6/head
don 3 years ago committed by GitHub
parent 058306322c
commit 92f06493b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,6 +23,7 @@ USER alpine
WORKDIR /home/alpine
RUN mkdir -p /home/alpine/.vnc \
&& echo -e "-Securitytypes=none" > /home/alpine/.vnc/config \
&& echo -e "#!/bin/bash\nstartxfce4 &" > /home/alpine/.vnc/xstartup \
&& echo -e "alpine\nalpine\nn\n" | vncpasswd

Loading…
Cancel
Save