diff options
| author | Anastasis Andronidis <anastasis90@yahoo.gr> | 2015-05-21 22:53:10 +0200 |
|---|---|---|
| committer | Anastasis Andronidis <anastasis90@yahoo.gr> | 2015-05-27 19:07:17 +0200 |
| commit | bd70869deb13da3d7193141bc85d50591d349aa4 (patch) | |
| tree | c0f4f5bca5ca021028459fcb22a8d82fea3147fb /developer-guides | |
| parent | 4f39953ba5b246e1692bdaeb5ddb3abb85dd5698 (diff) | |
rename run-container to run in kubectl
Diffstat (limited to 'developer-guides')
| -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 d0c07f3f..31ad79f1 100644 --- a/developer-guides/vagrant.md +++ b/developer-guides/vagrant.md @@ -191,7 +191,7 @@ NAME IMAGE(S SELECTOR REPLICAS Start a container running nginx with a replication controller and three replicas ``` -$ cluster/kubectl.sh run-container my-nginx --image=nginx --replicas=3 --port=80 +$ cluster/kubectl.sh run my-nginx --image=nginx --replicas=3 --port=80 ``` When listing the pods, you will see that three containers have been started and are in Waiting state: |
