Update README.md

This commit is contained in:
Kron4ek 2021-03-27 00:09:45 +05:00 committed by GitHub
parent 6a5e5860a9
commit 4a500f08ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,13 +91,13 @@ it's disabled and all directories on your system are available for the container
You can enable sandboxing with the **SANDBOX** environment variable. You can allow You can enable sandboxing with the **SANDBOX** environment variable. You can allow
access to directories you want with the **WHITELIST_DIRS** variable. And it's access to directories you want with the **WHITELIST_DIRS** variable. And it's
also possible to disable network with the **DISABLE_NET**. For example: also possible to disable network with the **DISABLE_NET**. For instance:
``` ```
export DISABLE_NET=1 export DISABLE_NET=1
export SANDBOX=1 export SANDBOX=1
export WHITELIST_DIRS="/home/username/.cache /opt /home/username/Downloads" export WHITELIST_DIRS="/home/username/.steam /home/username/.local/share/Steam"
./conty.sh command ./conty.sh steam
``` ```
## How to create your own Conty executables ## How to create your own Conty executables