Browse Source

Update README.md

master
Nicolas Massé 7 years ago
committed by GitHub
parent
commit
0714e3afb6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Using-Skopeo/README.md

8
Using-Skopeo/README.md

@ -52,6 +52,12 @@ Skopeo is available in RHEL, Fedora and CentOS as an RPM package:
yum install skopeo yum install skopeo
``` ```
On MacOS, you can install Skopeo using brew:
```sh
brew install skopeo
```
## Copying locally an image from DockerHub ## Copying locally an image from DockerHub
Let's say, we need to make a local copy of the `centos:7`, `centos:7.5.1804`, Let's say, we need to make a local copy of the `centos:7`, `centos:7.5.1804`,
@ -351,4 +357,4 @@ Skopeo is a powerful tool to copy and archive container images. It is
self-contained and does not depend on the Docker daemon. self-contained and does not depend on the Docker daemon.
You can use it to copy images between registries, including the OpenShift You can use it to copy images between registries, including the OpenShift
registry. registry.

Loading…
Cancel
Save