From ac2f5688a408766f77a91818cc2b12303e4a2f91 Mon Sep 17 00:00:00 2001 From: Craig Quiter Date: Thu, 28 Apr 2016 18:53:50 -0700 Subject: [PATCH] Avoid rendering "shell" in OS X nginx curl command Haven't tested this on a local setup, but other examples hint that this will work. --- docs/getting-started-guides/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started-guides/docker.md b/docs/getting-started-guides/docker.md index 83245172bb..41260b62cc 100644 --- a/docs/getting-started-guides/docker.md +++ b/docs/getting-started-guides/docker.md @@ -145,6 +145,7 @@ kubectl get svc nginx --template={{.spec.clusterIP}} {% endraw %}``` On OS X, since docker is running inside a VM, run the following command instead: + ```shell docker-machine ssh `docker-machine active` curl $ip ```