containers / containers/bubblewrap
Had to replace symlink with ro-bind to get minimal example to work
- Dominant language
- C
- Stars
- 8.7k
- Forks
- 386
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 11
Description
README currently provides the following minimal example using `--symlink` for lib:
https://github.com/containers/bubblewrap/blob/9ca3b05ec787acfb4b17bed37db5719fa777834f/README.md?plain=1#L119-L126
As far as I understand it's based on [demos/bubblewrap-shell.sh](https://github.com/containers/bubblewrap/blob/9ca3b05ec787acfb4b17bed37db5719fa777834f/demos/bubblewrap-shell.sh) which also uses `--symlink`.
I kept getting
bwrap: execvp bash: No such file or directory
Which was resolved after replacing `--symlink` with `--ro-bind`. I believe this is connected to #200.
What's the downside? Thank you ❤️
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.