Skip to content

Commit 0dfb681

Browse files
committed
Revert change from run-container to run.
1 parent 99bf48d commit 0dfb681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started-guides/docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you are running different kubernetes clusters, you may need to specify ```-s
5151

5252
### Run an application
5353
```sh
54-
kubectl -s http://localhost:8080 run nginx --image=nginx --port=80
54+
kubectl -s http://localhost:8080 run-container nginx --image=nginx --port=80
5555
```
5656

5757
now run ```docker ps``` you should see nginx running. You may need to wait a few minutes for the image to get pulled.

0 commit comments

Comments
 (0)