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
This commit is contained in:
Max Mikhaylov 2017-11-10 13:37:43 -05:00 committed by Joao Fernandes
parent 29cd9a49f4
commit c21ec69572
1 changed files with 2 additions and 0 deletions

View File

@ -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