README.md: mention bwrap and ethereal chroot styles.

Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
Juan RP 2019-06-15 15:33:33 +02:00
parent a80d54643b
commit 40974d13ba
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -16,6 +16,8 @@ or queried through the `xbps-install(1)` and `xbps-query(1)` utilities, respecti
into a `masterdir` that is used as its main `chroot` directory. `xbps-src` supports
multiple utilities to accomplish this task:
- `bwrap` - bubblewrap, see https://github.com/projectatomic/bubblewrap.
- `ethereal` - only useful for one-shot containers, i.e docker (used with travis).
- `xbps-uunshare(1)` - XBPS utility that uses `user_namespaces(7)` (part of xbps, default).
- `xbps-uchroot(1)` - XBPS utility that uses `namespaces` and must be `setgid` (part of xbps).
- `proot(1)` - utility that implements chroot/bind mounts in user space, see https://proot-me.github.io/.