89luca89 / lilipod

Lilipod is a simple container manager, able to download, unpack and use OCI images from various container registries.
GNU General Public License v3.0
292 stars 13 forks source link

Support for pull before create #3

Closed user-name-is-taken closed 1 year ago

user-name-is-taken commented 1 year ago

Fixing "create will fail if the image does not exist, pull is not automatic". I tried to write isImageLocal in pullutils, but I couldn't get it to import.