containers / containers/bubblewrap
File binding lost if DEST deleted and recreated
Open
- Dominant language
- C
- Stars
- 8.7k
- Forks
- 386
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 11
Description
I want the app in container always see DEST same as my SRC
```
bwrap --dev-bind / / --ro-bind SRC DEST in-container-app
```
Some programs outside container delete DEST and create a new one. Then the file binding loses effect. Also happends to `--bind-data`.
Is there a solution?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.