On Mon, 20 Jan 2025 23:33:57 +0100 "J.R. Oldroyd" <f...@opal.com> wrote: > > ... > > # podman run --rm docker.io/dougrabson/hello > Error: OCI runtime error: ocijail: mounting > {"destination":"/etc/resolv.conf","source":"/var/run/containers/storage/zfs-containers/5c1e19e58fe4e99d419e0f4b717dfad80b984070f6056d4f98905cbca1e9b12d/userdata/resolv.conf","type":"nullfs"}: > Invalid argument > # > > ...
After some digging around, this turns out to have been caused by the nullfs.ko module not playing well here after my upgrade to FreeBSD-14.2. After rebuilding that module locally, all is working now with podman: # podman run --rm docker.io/dougrabson/hello !... Hello Podman World ...! .--"--. / - - \ / (O) (O) \ ~~~| -=(,Y,)=- | .---. /` \ |~~ ~/ o o \~~~~.----. ~~ | =(X)= |~ / (O (O) \ ~~~~~~~ ~| =(Y_)=- | ~~~~ ~~~| U |~~ Project: https://github.com/containers/podman Website: https://podman.io Documents: https://docs.podman.io Twitter: @Podman_io # Sorry for the noise here. -jr