containers / containers/bubblewrap
Document required kernel configuration
Open
- Dominant language
- C
- Stars
- 8.7k
- Forks
- 386
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 11
Description
From my tests, you'd need at least:
- Namespaces support
```
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
```
- Either commit eedf265aa003b4781de24cfed40a655a664457e6 or `CONFIG_DEVPTS_MULTIPLE_INSTANCES` enabled.
- `CONFIG_OVERLAY_FS` for mounts
Separately, FUSE would needed for Flatpak.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.