Common manpages and config files for podman and buildah PR: 267184 Reviewed by: arrowd Reviewed by: dch Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D37324
9 lines
346 B
Text
9 lines
346 B
Text
Container images and related state is stored in /var/db/containers. It
|
|
is recommended to use ZFS for this:
|
|
|
|
# zfs create -o mountpoint=/var/db/containers zroot/containers
|
|
|
|
If your system cannot use ZFS, change storage.conf to use the vfs
|
|
storage driver:
|
|
|
|
# sed -I .bak -e 's/driver = "zfs"/driver = "vfs"/' /usr/local/etc/containers/storage.conf
|