containers / containers/toolbox
Add option to make a filesystem path an overlay over the real contents
Open
1. Feature request
- Dominant language
- Go
- Stars
- 3.5k
- Forks
- 262
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 1
Description
I'd like to be able to create multiple containers to work on the same project in parallel without affecting each other, e.g. working on a new git branch while other branch is building.
I guess this can be done by running `fuse-overlayfs` manually in each container but it'd be great if `toolbox create` offered an option like: `--unshare-path=` or similar that allowed to work on top of the path without changing the underlying file system.
Contributor guide
Assessment
This issue has not been assessed yet.