15 lines
407 B
Markdown
15 lines
407 B
Markdown
# Sandbox X environment in Docker
|
|
|
|
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.
|
|
|
|
Run the `build-run` script to build and run the container.
|
|
Following arguments may be passed:
|
|
|
|
* `--new-passwd` Generates a new random `vnc_passwd` file used
|
|
for authentication.
|
|
|
|
|