mirror of https://github.com/containers/podman.git
point to containers/skopeo
Signed-off-by: Micah Abbott <miabbott@redhat.com> Closes: #1300 Approved by: mheon
This commit is contained in:
parent
a1ec7ff58d
commit
aac2bcb63e
|
@ -19,7 +19,7 @@ At a high level, the scope of libpod and podman is the following:
|
|||
|
||||
## What is not in scope for this project?
|
||||
|
||||
* Signing and pushing images to various image storages. See [Skopeo](https://github.com/projectatomic/skopeo/).
|
||||
* Signing and pushing images to various image storages. See [Skopeo](https://github.com/containers/skopeo/).
|
||||
* Container Runtimes daemons for working with Kubernetes CRIs. See [CRI-O](https://github.com/kubernetes-incubator/cri-o). We are working to integrate libpod into CRI-O to share containers and backend code with Podman.
|
||||
|
||||
## OCI Projects Plans
|
||||
|
|
|
@ -225,7 +225,7 @@ containers. This file is usually provided by the containers-common package.
|
|||
|
||||
The link above takes you to the seccomp.json
|
||||
|
||||
### [policy.json](https://github.com/projectatomic/skopeo/blob/master/default-policy.json)
|
||||
### [policy.json](https://github.com/containers/skopeo/blob/master/default-policy.json)
|
||||
|
||||
`/etc/containers/policy.json`
|
||||
|
||||
|
|
Loading…
Reference in New Issue