containerd/cmd/ctr/commands/run
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
..
run_unix.go ctr: unpack the image on run if necessary 2018-02-26 14:23:28 +00:00
run_windows.go Licence header added 2018-02-19 10:32:26 +09:00
run.go Add --pid-file to ctr 2018-02-20 15:10:50 -05:00