moved to ubuntu18

This commit is contained in:
Ville Rantanen
2019-02-14 11:51:00 +02:00
parent 024295c98a
commit 514e6bd042
4 changed files with 8 additions and 45 deletions

View File

@@ -1,17 +1,14 @@
# Sandbox X environment in Docker
This setup creates a VNC server running LXDE with two browsers installed
This setup creates a ssh server with two browsers installed
(chromium and firefox).
The executable connects to the container with SSH. Once SSH session exits,
the container is destroyed. The executable automatically starts `vncviewer`
after starting the container if --vnc passed.
the container is destroyed.
Run the `build-run` script to build and run the container.
Following arguments may be passed:
* `--vnc` Starts vncviewer
* `--geometry` Default geometry for VNC server, e.g. `1024x768`
* `--new-passwd` Generates a new random `vnc_passwd` file used
for authenticating the VNC client.
for authentication.