Page MenuHomeFreeBSD

containers: Add most of what normal users will need
ClosedPublic

Authored by dch on Fri, Jun 26, 12:35 AM.
Tags
None
Referenced Files
F163315142: D57862.id181641.diff
Wed, Jul 22, 12:45 AM
F163313150: D57862.id.diff
Wed, Jul 22, 12:13 AM
Unknown Object (File)
Tue, Jul 21, 4:54 AM
Unknown Object (File)
Mon, Jul 20, 5:22 PM
Unknown Object (File)
Mon, Jul 20, 9:12 AM
Unknown Object (File)
Mon, Jul 20, 9:00 AM
Unknown Object (File)
Fri, Jul 17, 9:36 AM
Unknown Object (File)
Thu, Jul 16, 5:47 PM
Subscribers
None

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74665
Build 71548: arc lint + arc unit

Event Timeline

dch requested review of this revision.Fri, Jun 26, 12:35 AM
dch created this revision.

Big containers update landed.

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.

use rel-latest now ziaee fixed it

documentation/content/en/books/handbook/containers/_index.adoc
227

this assumes you have pf loaded/enabled. I didn't and that tripped me up.

515

does this also work with a ufs setup? (eg is it doing the right nullfs mount stuff?)

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.

This revision was not accepted when it landed; it landed in state Needs Review.Sat, Jul 11, 8:52 PM
This revision was automatically updated to reflect the committed changes.
dch marked 3 inline comments as done.