diff options
| author | eulerzgy <zhenggouyong.zheng@huawei.com> | 2015-09-16 02:30:42 +0800 |
|---|---|---|
| committer | eulerzgy <zhenggouyong.zheng@huawei.com> | 2015-09-16 02:30:42 +0800 |
| commit | 26b055b78d12a6bf5f59ea717181ead15fa93f74 (patch) | |
| tree | bedd56f287cd9897376dd96bb61766dc5599e7c5 | |
| parent | a277212041843009b67f824bbf15ee57fea82b7e (diff) | |
fix the change of minions to nodes
| -rw-r--r-- | developer-guides/vagrant.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/developer-guides/vagrant.md b/developer-guides/vagrant.md index f451d755..d6a902b2 100644 --- a/developer-guides/vagrant.md +++ b/developer-guides/vagrant.md @@ -245,7 +245,7 @@ my-nginx-kqdjk 1/1 Waiting 0 33s my-nginx-nyj3x 1/1 Waiting 0 33s ``` -You need to wait for the provisioning to complete, you can monitor the minions by doing: +You need to wait for the provisioning to complete, you can monitor the nodes by doing: ```console $ sudo salt '*minion-1' cmd.run 'docker images' |
