Skip to content

Commit

Permalink
Revert change from run-container to run.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Jun 10, 2015
1 parent 99bf48d commit 0dfb681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-guides/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0dfb681

Please sign in to comment.