Doug Rabson
Doug Rabson
#### What type of PR is this? > /kind feature #### What this PR does / why we need it: This adds support for running containers with chroot isolation. Internally,...
Following on from #7472, this adds support for creating containers inside a pod sandbox. This gives us a functioning cri-o for FreeBSD, missing pod and container stats and some features...
As part of my work on podman last year, I made a quick-and-dirty port of catatonit, mostly around using kqueue instead of signalfd for events and procctl instead of prctl...
Recently, while working on porting podman system tests to FreeBSD, I noticed that the default location of the signature policy file is specified in multiple places: - c/image/signature has builtinDefaultPolicyPath...
It returns a summary for everything visible in the layer where it should return the usage for just this layer, similar to overlay. The zfs clone data set for containers...
This is a tracking issue for the FreeBSD porting process to facilitate communications and visibility.
This uses FreeBSD jails to implement container isolation.
The runtime-spec v1.3.0 release adds support for jail-based FreeBSD containers. This pull request adds support for these new fields in `generate` and `oci-runtime-tool`.