From bdc6fb8e9c55d590cc8f5b213e2d308367faa57c Mon Sep 17 00:00:00 2001 From: Gwendolynne Barr <31074572+gbarr01@users.noreply.github.com> Date: Sat, 14 Oct 2017 10:10:35 -0700 Subject: [PATCH] Configure curl to use ipv4 (#4964) --- get-started/part3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part3.md b/get-started/part3.md index 4016f3a6d2..5a23362769 100644 --- a/get-started/part3.md +++ b/get-started/part3.md @@ -191,7 +191,7 @@ Now list all 5 containers: docker container ls -q ``` -You can run `curl http://localhost` several times in a row, or go to that URL in +You can run `curl -4 http://localhost` several times in a row, or go to that URL in your browser and hit refresh a few times. ![Hello World in browser](images/app80-in-browser.png)