containerd/cmd/ctr
Yifan Yuan bda7b58666 feat: Add snapshotter label to the new snapshot for container.
add '--snapshotter-labels' in ctr run and ctr c create
which can pass labels to snappshotter on preparing new
snapshot.

Pass command label to snapshotter can help it determine
which kind of writable snapshots should be provide.

For some snapshotter, such as overlaybd:
  ( https://github.com/alibaba/accelerated-container-image ),
it can provide 2 kind of writable snapshot (overlayfs dir or
 blockdevice) by command label values.

Signed-off-by: Yifan Yuan <tuji.yyf@alibaba-inc.com>
2021-06-28 20:08:01 +08:00
..
app Add ctr subcommand to print default OCI spec 2020-05-28 14:06:44 -07:00
commands feat: Add snapshotter label to the new snapshot for container. 2021-06-28 20:08:01 +08:00
main.go Move manpage gen to separate binary 2019-09-12 14:19:00 -04:00