diff --git a/docs/getting-started-guides/docker.md b/docs/getting-started-guides/docker.md index 6e5b7494dbc..cf9e83ea045 100644 --- a/docs/getting-started-guides/docker.md +++ b/docs/getting-started-guides/docker.md @@ -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.