Details
Details
- Reviewers
dfr ziaee adrian bcr - Commits
- R9:688a84db4578: containers: Add OCI setup and usage
Diff Detail
Diff Detail
- Repository
- R9 FreeBSD doc repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Big containers update landed.
- already rendered at https://whiskey.skunkwerks.at/en/books/handbook/containers/
feedback welcomed.
NB The rel-latest-next version is needed for these to be listed at 15.1. As soon as doceng has updated rel-latest to match I will fix this up.
| documentation/content/en/books/handbook/containers/_index.adoc | ||
|---|---|---|
| 515 | It is possible to work with ufs - you would probably need to set storage.driver to 'vfs' - this is mentioned in the pkg-descr for sysutils/containers-common. The vfs driver is inefficient and uses tree copying which can be slow when working with larger images. In theory, it should be possible to implement something similar to the Linux overlay storage driver using unionfs which would avoid the excess copying. | |