mirror of https://github.com/docker/docs.git
fix punctuation typos (#949)
Signed-off-by: Jie Luo <luo612@zju.edu.cn>
This commit is contained in:
parent
bdfb99957b
commit
f75e9787ee
|
@ -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 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
|
||||
```
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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?
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue