containerd/cmd/ctr
Ian Campbell f48cc7d7fe ctr: unpack the image on run if necessary
Without this `ctr run` can fail with:

    ctr: parent snapshot sha256:70798fd80095f40b41baa5d107fb61532bfe494d96313fea01e8fcbf4e8743ee does not exist: not found

My image was produced by buildkit, which doesn't unpack (I think this makes
sense since buildkit doesn't know if I am going to run the image or export/push
it etc).

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
2018-02-26 14:23:28 +00:00
..
commands ctr: unpack the image on run if necessary 2018-02-26 14:23:28 +00:00
main_unix.go Licence header added 2018-02-19 10:32:26 +09:00
main.go Licence header added 2018-02-19 10:32:26 +09:00