NVIDIA / enroot

A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes.
Apache License 2.0
648 stars 94 forks source link

Import local images from podman #97

Closed aavbsouza closed 3 years ago

aavbsouza commented 3 years ago

Add option to import local images (dockerd - docker daemon) from podman local repositories

Signed-off-by: alan.souza aavbsouza@gmail.com

3XX0 commented 3 years ago

I would rather have a new scheme, something like podman:// rather than a new flag on the import command line. You can still have it wired up to the docker::daemon function internally though

aavbsouza commented 3 years ago

Hello @3XX0 , I have changed the patch to use the podman:// prefix for the the uri.