mirror of
https://github.com/containers/skopeo.git
synced 2025-10-22 11:44:05 +00:00
Talk about "registry repositories" in (skopeo sync) documentation
- We don't sync complete registries. - This should still refer to the remote registry servers. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@@ -207,7 +207,7 @@ Please read the [contribution guide](CONTRIBUTING.md) if you want to collaborate
|
|||||||
| [skopeo-manifest-digest(1)](/docs/skopeo-manifest-digest.1.md) | Compute a manifest digest for a manifest-file and write it to standard output. |
|
| [skopeo-manifest-digest(1)](/docs/skopeo-manifest-digest.1.md) | Compute a manifest digest for a manifest-file and write it to standard output. |
|
||||||
| [skopeo-standalone-sign(1)](/docs/skopeo-standalone-sign.1.md) | Debugging tool - Publish and sign an image in one step. |
|
| [skopeo-standalone-sign(1)](/docs/skopeo-standalone-sign.1.md) | Debugging tool - Publish and sign an image in one step. |
|
||||||
| [skopeo-standalone-verify(1)](/docs/skopeo-standalone-verify.1.md)| Verify an image signature. |
|
| [skopeo-standalone-verify(1)](/docs/skopeo-standalone-verify.1.md)| Verify an image signature. |
|
||||||
| [skopeo-sync(1)](/docs/skopeo-sync.1.md) | Synchronize images between container registries and local directories. |
|
| [skopeo-sync(1)](/docs/skopeo-sync.1.md) | Synchronize images between registry repositories and local directories. |
|
||||||
|
|
||||||
License
|
License
|
||||||
-
|
-
|
||||||
|
@@ -1,14 +1,14 @@
|
|||||||
% skopeo-sync(1)
|
% skopeo-sync(1)
|
||||||
|
|
||||||
## NAME
|
## NAME
|
||||||
skopeo\-sync - Synchronize images between container registries and local directories.
|
skopeo\-sync - Synchronize images between registry repositories and local directories.
|
||||||
|
|
||||||
|
|
||||||
## SYNOPSIS
|
## SYNOPSIS
|
||||||
**skopeo sync** [*options*] --src _transport_ --dest _transport_ _source_ _destination_
|
**skopeo sync** [*options*] --src _transport_ --dest _transport_ _source_ _destination_
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
Synchronize images between container registries and local directories.
|
Synchronize images between registry repoositories and local directories.
|
||||||
The synchronization is achieved by copying all the images found at _source_ to _destination_.
|
The synchronization is achieved by copying all the images found at _source_ to _destination_.
|
||||||
|
|
||||||
Useful to synchronize a local container registry mirror, and to to populate registries running inside of air-gapped environments.
|
Useful to synchronize a local container registry mirror, and to to populate registries running inside of air-gapped environments.
|
||||||
|
@@ -108,7 +108,7 @@ Print the version number
|
|||||||
| [skopeo-manifest-digest(1)](skopeo-manifest-digest.1.md) | Compute a manifest digest for a manifest-file and write it to standard output. |
|
| [skopeo-manifest-digest(1)](skopeo-manifest-digest.1.md) | Compute a manifest digest for a manifest-file and write it to standard output. |
|
||||||
| [skopeo-standalone-sign(1)](skopeo-standalone-sign.1.md) | Debugging tool - Publish and sign an image in one step. |
|
| [skopeo-standalone-sign(1)](skopeo-standalone-sign.1.md) | Debugging tool - Publish and sign an image in one step. |
|
||||||
| [skopeo-standalone-verify(1)](skopeo-standalone-verify.1.md)| Verify an image signature. |
|
| [skopeo-standalone-verify(1)](skopeo-standalone-verify.1.md)| Verify an image signature. |
|
||||||
| [skopeo-sync(1)](skopeo-sync.1.md)| Synchronize images between container registries and local directories. |
|
| [skopeo-sync(1)](skopeo-sync.1.md)| Synchronize images between registry repositories and local directories. |
|
||||||
|
|
||||||
## FILES
|
## FILES
|
||||||
**/etc/containers/policy.json**
|
**/etc/containers/policy.json**
|
||||||
|
Reference in New Issue
Block a user