From a2572514e379bd70c86b1fc8b72887256ba0ed2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81cs=20S=C3=A1ndor?= Date: Mon, 22 Jun 2015 11:36:20 +0200 Subject: [PATCH] Use vagrant command instead of salt. --- docs/getting-started-guides/vagrant.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/vagrant.md b/docs/getting-started-guides/vagrant.md index 381c90f27d6..d9fa4ab3c90 100644 --- a/docs/getting-started-guides/vagrant.md +++ b/docs/getting-started-guides/vagrant.md @@ -180,7 +180,7 @@ NAME IMAGE(S) HOST You need to wait for the provisioning to complete, you can monitor the nodes by doing: ```sh -$ sudo salt '*minion-1' cmd.run 'docker images' +$ vagrant ssh minion-1 -c 'sudo docker images' kubernetes-minion-1: REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE 96864a7d2df3 26 hours ago 204.4 MB @@ -191,7 +191,7 @@ kubernetes-minion-1: Once the docker image for nginx has been downloaded, the container will start and you can list it: ```sh -$ sudo salt '*minion-1' cmd.run 'docker ps' +$ vagrant ssh minion-1 -c 'sudo docker ps' kubernetes-minion-1: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES dbe79bf6e25b nginx:latest "nginx" 21 seconds ago Up 19 seconds k8s--mynginx.8c5b8a3a--7813c8bd_-_3ffe_-_11e4_-_9036_-_0800279696e1.etcd--7813c8bd_-_3ffe_-_11e4_-_9036_-_0800279696e1--fcfa837f