Update README.md

This commit is contained in:
Kron4ek 2021-09-07 16:26:08 +05:00 committed by GitHub
parent 63546df267
commit d1ff6d011e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ Here are the environment variables that you can use to control the sandbox:
* **DISABLE_NET** - completely disables internet access.
* **HOME_DIR** - sets a custom home directory. If you set this, HOME inside the container will still appear as /home/username, but actually a custom directory will be used for it.
* **BIND** - list of files/directories (separated by space) to mount to the container. You can use this variable to allow access to any files or directories.
* **BIND_RO** - the same as **BIND** but mount files/dirs as read-only.
* **BIND_RO** - the same as **BIND** but mounts files and directories as read-only.
Example: