Changes have been accepted in containerd that allow the launch of Linux containers on FreeBSD.
The containerd project has accepted a set of changes that integrate support for the runj runtime and enable the use of OCI-compatible container images based on Linux in FreeBSD, such as Docker images. The comments on the changes include an example of successfully running an Alpine Linux image in FreeBSD. $ sudo ctr run —rm —runtime wtf.sbk.runj.v1 —tty —snapshotter zfs docker.io/library/alpine:latest test sh -c ‘cat /etc/os-release […
