From fb0be61374378664390ca1bd4d859e7543b4251c Mon Sep 17 00:00:00 2001 From: dbeezt Date: Wed, 22 Feb 2023 15:30:02 +0000 Subject: [PATCH] Corrected typo in skopeo-sync and updated description Signed-off-by: dbeezt --- docs/skopeo-sync.1.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/skopeo-sync.1.md b/docs/skopeo-sync.1.md index de0e6a5a..0be8de03 100644 --- a/docs/skopeo-sync.1.md +++ b/docs/skopeo-sync.1.md @@ -8,10 +8,7 @@ skopeo\-sync - Synchronize images between registry repositories and local direct **skopeo sync** [*options*] --src _transport_ --dest _transport_ _source_ _destination_ ## DESCRIPTION -Synchronize images between registry repoositories and local directories. -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. +Synchronize images between registry repositories and local directories. Synchronization is achieved by copying all the images found at _source_ to _destination_ - useful when synchronizing a local container registry mirror or for populating registries running inside of air-gapped environments. Differently from other skopeo commands, skopeo sync requires both source and destination transports to be specified separately from _source_ and _destination_. One of the problems of prefixing a destination with its transport is that, the registry `docker://hostname:port` would be wrongly interpreted as an image reference at a non-fully qualified registry, with `hostname` and `port` the image name and tag.