You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the command "sudo docker run -it --rm -p 5901:5901 --env USER=root dockerfile/ubuntu-desktop vncserver :1 -geometry 1280x800 -depth 24", then vncserver asks me to set a password, and after that, nothing happends.
user@Ubuntu:~$ sudo docker run -it --rm -p 5901:5901 --env USER=root dockerfile/ubuntu-desktop vncserver :1 -geometry 1280x800 -depth 24
You will require a password to access your desktops.
Password:
Verify:
Would you like to enter a view-only password (y/n)? n
xauth: file /root/.Xauthority does not exist
New 'X' desktop is 027f87026dc4:1
Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/027f87026dc4:1.log
user@Ubuntu:~$ sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
user@Ubuntu:~$
The text was updated successfully, but these errors were encountered:
I'm using the command "
sudo docker run -it --rm -p 5901:5901 --env USER=root dockerfile/ubuntu-desktop vncserver :1 -geometry 1280x800 -depth 24
", then vncserver asks me to set a password, and after that, nothing happends.The text was updated successfully, but these errors were encountered: