Skip to content

Commit

Permalink
fix punctuation typos (#949)
Browse files Browse the repository at this point in the history
Signed-off-by: Jie Luo <luo612@zju.edu.cn>
  • Loading branch information
luojie233 authored and johndmulhausen committed Dec 21, 2016
1 parent bdfb999 commit f75e978
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker-cloud/builds/push-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Follow the <a href="/installation/" target="_blank">official installation instr

3. Tag your image using `docker tag`.

In the example below replace `my_image` with your images 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
```
Expand Down
2 changes: 1 addition & 1 deletion docker-cloud/infrastructure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 users 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

Expand Down
6 changes: 3 additions & 3 deletions docker-for-mac/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 cant 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
Expand Down Expand Up @@ -1154,9 +1154,9 @@ work yet.
- Clean up logging format

- Packaging
- Create /usr/local if it doesnt exist
- Create /usr/local if it doesn't exist
- docker-uninstall improvements
- Remove docker-select as its no longer used
- Remove docker-select as it's no longer used


- Hypervisor
Expand Down
2 changes: 1 addition & 1 deletion docker-store/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 youve 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?
Expand Down
4 changes: 2 additions & 2 deletions toolbox/toolbox_install_mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion toolbox/toolbox_install_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ To uninstall Toolbox on Windows, do the following:
Successfully removed my-docker-machine
```

3. Uninstall Docker Toolbox using Windows 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.
Expand Down

0 comments on commit f75e978

Please sign in to comment.