From beef95f21addd4491c26fa22be09f481f9bf458f Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Tue, 8 Mar 2016 16:31:47 +0100 Subject: [PATCH] update readme Signed-off-by: Antonio Murdaca --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0b1af3db..3acd4cff 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ $ skopeo docker.io/fedora | jq '.RepoTags' # show image's digest $ skopeo docker.io/fedora:rawhide | jq '.Digest' "sha256:905b4846938c8aef94f52f3e41a11398ae5b40f5855fb0e40ed9c157e721d7f8" + +# show image's label "Name" +$ skopeo registry.access.redhat.com/rhel7 | jq '.Config.Labels.Name' +"rhel7/rhel" ``` Private registries with authentication