Hello freebsd-jail folk,

I have just installed podman for the first time.

Installed from ports on 14.2.
Followed the 14.0 setup instructions in [1].

I am seeing an ocijail nullfs mount error for /etc/resolv.conf for everything
I try:

# 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
# 

It has fetched the image, though:

# podman images
REPOSITORY                   TAG                 IMAGE ID      CREATED      SIZE
docker.io/dougrabson/hello   latest              f81c971736c6  2 years ago  
4.06 MB
# 

Same happens if I try other images or if I try a local Dockerfile that
I am aiming to run here.  Always the same resolv.conf / nullfs error.

Any thoughts on what I might have missed would be appreciated.

Thanks,
        -jr

[1] https://podman.io/docs/installation#installing-on-freebsd-140

Reply via email to