-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
Meta -
Image(s):
selenium/node-firefox-debug:3.4.0-einsteinium
Expected Behavior -
VNC Should be accessible at port 5900.
Actual Behavior -
VNC isn't started properly: I cannot connect until I start it myself.
It appears that the password isn't set properly in entry_point.sh
.
x11vnc -forever -usepw -shared -rfbport 5900 -display $DISPLAY &
If I run this command manually, I get the following output:
root@6a59498df15d:/# x11vnc -forever -usepw -shared -rfbport 5900 -display $DISPLAY
19/07/2017 16:53:04 passing arg to libvncserver: -rfbport
19/07/2017 16:53:04 passing arg to libvncserver: 5900
Enter VNC password:
Which seems to indicate that a password must be specified interactively.
If this is changed to:
x11vnc -forever -passwd secret -shared -rfbport 5900 -display $DISPLAY &
Then things work again.
Metadata
Metadata
Assignees
Labels
No labels