Revert change from run-container to run.

pull/6/head
Brendan Burns 2015-06-09 22:08:52 -07:00
parent 99bf48dc2f
commit 0dfb681ba5
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ If you are running different kubernetes clusters, you may need to specify ```-s
### Run an application
```sh
kubectl -s http://localhost:8080 run nginx --image=nginx --port=80
kubectl -s http://localhost:8080 run-container nginx --image=nginx --port=80
```
now run ```docker ps``` you should see nginx running. You may need to wait a few minutes for the image to get pulled.