We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bf48d commit 0dfb681Copy full SHA for 0dfb681
docs/getting-started-guides/docker.md
@@ -51,7 +51,7 @@ If you are running different kubernetes clusters, you may need to specify ```-s
51
52
### Run an application
53
```sh
54
-kubectl -s http://localhost:8080 run nginx --image=nginx --port=80
+kubectl -s http://localhost:8080 run-container nginx --image=nginx --port=80
55
```
56
57
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