Skip to content

Commit

Permalink
Fix command for skopeo sync in airgap docs (Closes #815)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Napp committed Jun 2, 2020
1 parent 731d91c commit a4cd928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/deployment-airgapped.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a4cd928

Please sign in to comment.