Do you have any plan to support loading a Docker image in its tar format, like docker load ?
After some tests, it looks like it should be doable by extracting the archive, importing the blobs in the current state, and copying the content from manifest.json into the state's metadata.db.
Do you have any plan to support loading a Docker image in its tar format, like
docker load?After some tests, it looks like it should be doable by extracting the archive, importing the blobs in the current state, and copying the content from
manifest.jsoninto the state'smetadata.db.