From 52cff02edba85e0d7ca5c3982d469a3abcea9a20 Mon Sep 17 00:00:00 2001 From: Vicken Simonian Date: Thu, 16 Jul 2015 18:28:28 -0700 Subject: [PATCH] Fix docs typo --- docs/user-guide/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/images.md b/docs/user-guide/images.md index cceb2551627..c248d82bbde 100644 --- a/docs/user-guide/images.md +++ b/docs/user-guide/images.md @@ -99,7 +99,7 @@ example, run these on your desktop/laptop: 1. view `$HOME/.dockercfg` in an editor to ensure it contains just the credentials you want to use. 1. get a list of your nodes - for example: `nodes=$(kubectl get nodes -o template --template='{{range.items}}{{.metadata.name}} {{end}}')` - 1. copy your local `.dockercfg` to the home directory of roon on each node. + 1. copy your local `.dockercfg` to the home directory of root on each node. - for example: `for n in $nodes; do scp ~/.dockercfg root@$n:/root/.dockercfg; done` Verify by creating a pod that uses a private image, e.g.: