From c21ec69572852c77050933b96fd0644e94e132ad Mon Sep 17 00:00:00 2001 From: Max Mikhaylov Date: Fri, 10 Nov 2017 13:37:43 -0500 Subject: [PATCH] Added reference to the proxy setup in part 2 to part 1 of tutorial (#5170) * Added reference to proxy settings Added reference to proxy settings in part 2 since proxy needs to be configured in order to run hello-world container. * Update index.md add newline * Update index.md fixed link --- get-started/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/get-started/index.md b/get-started/index.md index 780c2fa993..200cc48fdb 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -140,6 +140,8 @@ installed. You should be able to run `docker run hello-world` and see a response like this: > **Note**: You may need to add your user to the `docker` group in order to call this command without sudo. [Read more](https://docs.docker.com/engine/installation/linux/linux-postinstall/) +> **Note**: If there are networking issues in your setup, `docker run hello-world` may fail to execute successfully. In case you are behind a proxy server and you suspect that it blocks the connection, check the [next part](https://docs.docker.com/get-started/part2/) of the tutorial. + ```shell $ docker run hello-world