mirror of
https://github.com/containers/skopeo.git
synced 2025-09-18 07:54:32 +00:00
Mention CentOS/RHEL in installation instructions
apparently the Fedora reference is not obviously relevant. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@@ -149,10 +149,14 @@ you'll get an error. You can fix this by either logging in (via `docker login`)
|
||||
|
||||
Obtaining skopeo
|
||||
-
|
||||
`skopeo` may already be packaged in your distribution, for example on Fedora 23 and later you can install it using
|
||||
`skopeo` may already be packaged in your distribution, for example on RHEL/CentOS ≥ 8 or Fedora you can install it using
|
||||
```sh
|
||||
$ sudo dnf install skopeo
|
||||
```
|
||||
on RHEL/CentOS ≤ 7.x:
|
||||
```sh
|
||||
$ sudo yum install skopeo
|
||||
```
|
||||
for openSUSE:
|
||||
```sh
|
||||
$ sudo zypper install skopeo
|
||||
|
Reference in New Issue
Block a user