A terminal sshed into a FreeBSD 14.3 virtual machine. It has printed a Dockerfile that builds a small C program with cat, then used podman build to build a container image from it. Finally podman run is used to spawn a container from the image and it runs the C program, which prints the message 'Hello from FreeBSD Podman!'. Lastly the output of freebsd-version is shown, which indicates FreeBSD 14.3-RELEASE