Mount devices automatically in sample scripts

This commit is contained in:
Héctor Molinero Fernández
2021-05-09 16:07:41 +02:00
parent d6e530a9b0
commit 17f254e75c
3 changed files with 15 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ encounter any problem related to this you may use the `--shm-size` option.
* `UNPRIVILEGED_USER_PASSWORD`: unprivileged user password (`password` by default).
* `UNPRIVILEGED_USER_GROUPS`: comma-separated list of additional GIDs for the unprivileged user (none by default).
* `UNPRIVILEGED_USER_SHELL`: unprivileged user shell (`/bin/bash` by default).
* `ENABLE_XDUMMY`: enable an X dummy server (`false` by default and requires the `--privileged` option).
* `ENABLE_XDUMMY`: enable an X dummy server (`false` by default).
## License