freebsd-ports/sysutils/containers-common/pkg-message
Doug Rabson 0799c6740b sysutils/containers-common: new port
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
2022-11-16 12:46:30 +00:00

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