update steps to start novnc as docker container
This commit is contained in:
parent
d1a1e0e529
commit
4844e0d8de
|
|
@ -91,6 +91,10 @@ WebSockets to TCP socket proxy. There is a python proxy included
|
||||||
|
|
||||||
### Quick Start
|
### Quick Start
|
||||||
|
|
||||||
|
* download docker-compose.yml and customize server:port parameter
|
||||||
|
|
||||||
|
* docker-compose -f docker-compose.yml up
|
||||||
|
|
||||||
* Use the launch script to start a mini-webserver and the WebSockets proxy
|
* Use the launch script to start a mini-webserver and the WebSockets proxy
|
||||||
(websockify). The `--vnc` option is used to specify the location of a running
|
(websockify). The `--vnc` option is used to specify the location of a running
|
||||||
VNC server:
|
VNC server:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue