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
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,17 +42,26 @@ A prompt will ask password either in the browser or vnc viewer.
42
42
Screen Resolution
43
43
------------------
44
44
45
-
Resolution of virtual desktop adapts browser window size when first connecting the server. You may choose a fixed resolution by passing `RESOLUTION` environment variable, for example
45
+
The Resolution of virtual desktop adapts browser window size when first connecting the server. You may choose a fixed resolution by passing `RESOLUTION` environment variable, for example
46
46
47
47
```
48
48
docker run -it --rm -p 6080:80 -e RESOLUTION=1920x1080 dorowu/ubuntu-desktop-lxde-vnc
49
49
```
50
50
51
+
52
+
Default User
53
+
------------------
54
+
55
+
The default user is `root`. You may change the user and password respectively by `USER` and `PASSWORD` environment variable, for example,
2. Screen resolution is fitted to browser's window size when first connecting to the desktop. If you would like to change resolution, you have to re-create the container
0 commit comments