Update README.md

This commit is contained in:
Kron4ek 2021-04-01 19:17:49 +05:00 committed by GitHub
parent 963351b506
commit f41f7e00c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,13 @@ or
echo 1 > /proc/sys/kernel/unprivileged_userns_clone
```
Even if unprivileged user namespaces are not supported in your kernel, you can still use Conty if you have bwrap with SUID bit in your system, in this case just tell Conty to use system-wide bwrap and squashfuse instead of the builtin ones.
```
export USE_SYS_UTILS=1
./conty.sh command command_arguments
```
## Usage
Either download ready-to-use executable from the [**releases**](https://github.com/Kron4ek/Conty/releases) page or create your