From f75e9787ee43de6e7e38df6e25becf1ac6cfa422 Mon Sep 17 00:00:00 2001 From: luojie233 Date: Wed, 21 Dec 2016 09:16:22 +0800 Subject: [PATCH] fix punctuation typos (#949) Signed-off-by: Jie Luo --- docker-cloud/builds/push-images.md | 2 +- docker-cloud/infrastructure/index.md | 2 +- docker-for-mac/release-notes.md | 6 +++--- docker-store/faq.md | 2 +- toolbox/toolbox_install_mac.md | 4 ++-- toolbox/toolbox_install_windows.md | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docker-cloud/builds/push-images.md b/docker-cloud/builds/push-images.md index 6551154b4da..a08ba0b38f0 100644 --- a/docker-cloud/builds/push-images.md +++ b/docker-cloud/builds/push-images.md @@ -37,7 +37,7 @@ Follow the official installation instr 3. Tag your image using `docker tag`. - In the example below replace `my_image` with your image’s name, and `DOCKER_ID_USER` with your Docker Cloud username if needed. + In the example below replace `my_image` with your image's name, and `DOCKER_ID_USER` with your Docker Cloud username if needed. ``` $ docker tag my_image $DOCKER_ID_USER/my_image ``` diff --git a/docker-cloud/infrastructure/index.md b/docker-cloud/infrastructure/index.md index 0c9df44220c..4eb44387cfa 100644 --- a/docker-cloud/infrastructure/index.md +++ b/docker-cloud/infrastructure/index.md @@ -50,7 +50,7 @@ Docker Cloud uses system containers to do the following: ## Internal overlay network -Docker Cloud creates a per-user overlay network which connects all containers across all of the user’s hosts. This network connects all of your containers on the `10.7.0.0/16` subnet, and gives every container a local IP. This IP persists on each container even if the container is redeployed and ends up on a different host. Every container can reach any other container on any port within the subnet. +Docker Cloud creates a per-user overlay network which connects all containers across all of the user's hosts. This network connects all of your containers on the `10.7.0.0/16` subnet, and gives every container a local IP. This IP persists on each container even if the container is redeployed and ends up on a different host. Every container can reach any other container on any port within the subnet. ## External access diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 9e915300e04..076c1486489 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -897,7 +897,7 @@ The `osxfs` file system now persists ownership changes in an extended attribute. * More reliable DNS forwarding over UDP and TCP * UDP ports can be proxied over vsock * Fixed EADDRINUSE (manifesting as errno 526) when ports are re-used -* Send ICMP when asked to not fragment and we can’t guarantee it +* Send ICMP when asked to not fragment and we can't guarantee it * Fixed parsing of UDP datagrams with IP socket options * Drop abnormally large ethernet frames * Improved HyperKit logging @@ -1154,9 +1154,9 @@ work yet. - Clean up logging format - Packaging - - Create /usr/local if it doesn’t exist + - Create /usr/local if it doesn't exist - docker-uninstall improvements - - Remove docker-select as it’s no longer used + - Remove docker-select as it's no longer used - Hypervisor diff --git a/docker-store/faq.md b/docker-store/faq.md index 6abdb1f31e2..8f1185e90c9 100644 --- a/docker-store/faq.md +++ b/docker-store/faq.md @@ -68,7 +68,7 @@ You can cancel a subscription at any time, however you will still be billed for the full month, and have access to the subscription content until the end of that billing period. -We do not offer refunds. If you believe that you’ve been billed in error, +We do not offer refunds. If you believe that you've been billed in error, contact our [Billing Support team](mailto:billing@docker.com). ### How do I download the licenses my organization has purchased? diff --git a/toolbox/toolbox_install_mac.md b/toolbox/toolbox_install_mac.md index 3865a75eb2e..23d3e1c9215 100644 --- a/toolbox/toolbox_install_mac.md +++ b/toolbox/toolbox_install_mac.md @@ -126,7 +126,7 @@ Virtual Box VM, it maintains its configuration between uses. \ \ __/ \____\_______/ - The Docker Quick Start Terminal is configured to use Docker with the “default” VM. + The Docker Quick Start Terminal is configured to use Docker with the "default" VM. 3. Click your mouse in the terminal window to make it active. @@ -199,7 +199,7 @@ To uninstall Toolbox on a Mac, do the following: Successfully removed my-docker-machine ``` -3. Remove the Docker Quickstart Terminal and Kitematic from your “Applications” folder. +3. Remove the Docker Quickstart Terminal and Kitematic from your "Applications" folder. 4. Remove the `docker`, `docker-compose`, and `docker-machine` commands from the `/usr/local/bin` folder. diff --git a/toolbox/toolbox_install_windows.md b/toolbox/toolbox_install_windows.md index c4d7844fff2..7b045111c96 100644 --- a/toolbox/toolbox_install_windows.md +++ b/toolbox/toolbox_install_windows.md @@ -197,7 +197,7 @@ To uninstall Toolbox on Windows, do the following: Successfully removed my-docker-machine ``` -3. Uninstall Docker Toolbox using Window’s standard process for uninstalling programs through the control panel. +3. Uninstall Docker Toolbox using Window's standard process for uninstalling programs through the control panel. >**Note:** This process does not remove the `docker-install.exe` file. You must delete that file yourself.