From a4cd928773ff381b5beafc5f9ce97cf0ccab2d4c Mon Sep 17 00:00:00 2001 From: Markus Napp Date: Tue, 2 Jun 2020 14:00:04 +0200 Subject: [PATCH] Fix command for skopeo sync in airgap docs (Closes #815) --- adoc/deployment-airgapped.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adoc/deployment-airgapped.adoc b/adoc/deployment-airgapped.adoc index 50f3cc773..ef882b078 100644 --- a/adoc/deployment-airgapped.adoc +++ b/adoc/deployment-airgapped.adoc @@ -753,7 +753,7 @@ You can still proceed with this step by using the `--ignore-errors` flag. . Download all the referenced images using `skopeo`. + ---- -skopeo sync --source-yaml sync.yaml dir:/tmp/skopeodata +skopeo sync --src yaml --dest dir sync.yaml /tmp/skopeodata ---- + `skopeo` will automatically create a directory named after the hostname of the registry from which you are downloading the images.