diff --git a/docs/getting-started-guides/docker.md b/docs/getting-started-guides/docker.md index 8140c72e92..e69ad5ecb5 100644 --- a/docs/getting-started-guides/docker.md +++ b/docs/getting-started-guides/docker.md @@ -128,9 +128,9 @@ kubectl get svc nginx Alternatively, you can obtain only the first IP (CLUSTER_IP) by running: -```shell +```shell{% raw %} kubectl get svc nginx --template={{.spec.clusterIP}} -``` +{% endraw %}``` Hit the webserver with the first IP (CLUSTER_IP):