diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2019-02-22 08:05:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-22 08:05:10 +0700 |
commit | e6e85f8e59638bd1fb751415f5083d5477530df1 (patch) | |
tree | 88997f0bd4f45d1548aada8f58d4fac61c011b8b /system/skopeo/README | |
parent | be635f2605d0092fe8c779393d7e775599d73b5a (diff) | |
download | slackbuilds-e6e85f8e59638bd1fb751415f5083d5477530df1.tar.gz |
system/skopeo: Added (utility for container images and registries).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/skopeo/README')
-rw-r--r-- | system/skopeo/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/skopeo/README b/system/skopeo/README new file mode 100644 index 0000000000..faf0aa1990 --- /dev/null +++ b/system/skopeo/README @@ -0,0 +1,7 @@ +skopeo is a command line utility that performs various operations on container +images and image repositories. It can work with OCI images as well as the +original Docker v2 images. It works with API V2 registries such as Docker +registries, private registries, local directories and local OCI-layout +directories. + +`skopeo inspect docker://docker.io/vbatts/slackware` |