Skip to content

Commit

Permalink
Merge pull request containers#1481 from mtrmac/container-install
Browse files Browse the repository at this point in the history
Document container images as an alternative to installing packages
  • Loading branch information
vrothberg authored Oct 12, 2021
2 parents 116e75f + 60c98ca commit 9c9a9f3
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions install.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Installing from packages
# Installing Skopeo

## Distribution Packages
`skopeo` may already be packaged in your distribution.
Expand Down Expand Up @@ -91,15 +91,27 @@ request](https://github.com/containers/skopeo/issues/715) and contributions are
always welcome.


## Container Images

Skopeo container images are available at `quay.io/skopeo/stable:latest`.
For example,

```bash
podman run docker://quay.io/skopeo/stable:latest copy --help
```

[Read more](./contrib/skopeoimage/README.md).


## Building from Source

Otherwise, read on for building and installing it from source:

To build the `skopeo` binary you need at least Go 1.12.

There are two ways to build skopeo: in a container, or locally without a
container. Choose the one which better matches your needs and environment.

## Building from Source

### Building without a container

Building without a container requires a bit more manual work and setup in your
Expand Down

0 comments on commit 9c9a9f3

Please sign in to comment.