containerd/cmd/ctr/commands/images
Eli Uriegas af93e4009b ctr: Add images tag subcommand
Adds a subcommand for tagging images managed by containerd.

Usage:

  ctr images tag docker.io/library/alpine:latest docker.io/library/alpine:new

Comes with a --force flag to allow you to gracefully overwrite image references
that already exist.

Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
2019-07-06 15:44:17 +00:00
..
export.go Update image export to support Docker format 2019-04-04 15:23:06 -07:00
images.go ctr: Add images tag subcommand 2019-07-06 15:44:17 +00:00
import.go ctr images import: add --no-unpack option 2019-05-01 17:09:30 -07:00
pull.go Add platform match comparer interface 2018-08-27 00:11:46 -07:00
push.go ctr/commands/images/push: don't show progress if it is debug mode 2019-03-05 22:21:55 +08:00
tag.go ctr: Add images tag subcommand 2019-07-06 15:44:17 +00:00