Skip to content

Commit 55e085f

Browse files
committed
Fix ctr commands again
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent 4000d95 commit 55e085f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/registry-mirror.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ You would then be able to pull those images from all cluster members, as long as
117117
The embedded registry is read-only, and cannot be pushed to directly using `docker push` or other common tools that interact with OCI registries.
118118

119119
Images can be manually made available via the embedded registry by running `ctr -n k8s.io image pull` to pull an image,
120-
or by loading image archives via the `ctr -n k8s.io image import` or `ctr -n k8s.io image load` commands.
120+
or by loading image archives created by `docker save` via the `ctr -n k8s.io image import` command.
121121
Note that the `k8s.io` namespace must be specified when managing images via `ctr` in order for them to be visible to the kubelet.

0 commit comments

Comments
 (0)