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
I have a use case which is moving from podman to nerdctl/containerd which currently runs container image from OCI archive without requiring load as a separate step.
Describe the solution you'd like
I would like to provide a similar experience:
$ nerdctl run oci-archive:///path/to/oci/archive /bin/bash