You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.
Thank for this project, it will be nice if you can maintain one
dockerfile
or container image for it as wellissue with '/etc/containers/policy.json'
I try to create podman container image using Dockerfile below
I face issues
trying to overwrite '/etc/containers/policy.json', which is also in package golang-github-containers-common 0.44.4+ds1-1
so got patch from nforgeio/neonKUBE#1571 to add
Dpkg::Options::="--force-overwrite"
, u can check whether it is usefulnetavark error
$ docker run -it --privileged podman root@126c4d46e5da:/# podman run -it alpine Error: netavark: No such file or directory (os error 2)
Not sure what is missed
The text was updated successfully, but these errors were encountered: