From 91cffafd5abebc90887d11657360bfc6cfce9f93 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Sat, 20 May 2017 06:42:48 +0800 Subject: [PATCH] Update index.md (#3277) --- docker-for-windows/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-for-windows/index.md b/docker-for-windows/index.md index 327a93ea36..ee7d4746dd 100644 --- a/docker-for-windows/index.md +++ b/docker-for-windows/index.md @@ -56,7 +56,7 @@ The next few steps take you through some examples. These are just suggestions fo CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ``` - Here is an example of command output for `docker version`. + Here is an example of command output for `docker version`. ```none PS C:\Users\Docker> docker version @@ -78,7 +78,7 @@ The next few steps take you through some examples. These are just suggestions fo Experimental: true ``` - Here is an example of command output for `docker info`. + Here is an example of command output for `docker info`. ```none PS C:\Users\Docker> docker info @@ -457,9 +457,9 @@ http_proxy=http://proxy.example.com:3128 no_proxy=*.local, 169.254/16 ``` -You can see from the above output that the `HTTP_PROXY`, `http_proxy` and `no_proxy` environment variables are set. +You can see from the above output that the `HTTP_PROXY`, `http_proxy`, and `no_proxy` environment variables are set. When your proxy configuration changes, Docker restarts automatically to pick up the new settings. -If you have containers that you wish to keep running across restarts, you should consider using [restart policies](/engine/reference/run/#restart-policies-restart) +If you have containers that you wish to keep running across restarts, you should consider using [restart policies](/engine/reference/run/#restart-policies-restart).

### Docker daemon @@ -593,7 +593,7 @@ If you are interested in working with Windows containers, here are some guides t > **Disclaimer:** This lab is still in work, and is based off of the blog, but > you can test and leverage the example walkthroughs now, if you want to start - > experimenting. Please checking back as the lab evolves. + > experimenting. Please check back as the lab evolves. * This troubleshooting issue is useful for understanding how to connect to Windows containers from the local host: [Limitations of Windows containers for `localhost` and published ports](troubleshoot.md#limitations-of-windows-containers-for-localhost-and-published-ports)