1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Copy edits for typos

Signed-off-by: Ed Costello <epc@epcostello.com>
This commit is contained in:
Ed Costello 2015-05-25 13:39:56 -04:00
parent 187362414d
commit 7d75c5be95
6 changed files with 9 additions and 9 deletions

View file

@ -161,7 +161,7 @@ system's page size (the value would be very large, that's millions of trillions)
Total memory limit (memory + swap) Total memory limit (memory + swap)
Set `-1` to disable swap (format: <number><optional unit>, where unit = b, k, m or g). Set `-1` to disable swap (format: <number><optional unit>, where unit = b, k, m or g).
This value should always larger than **-m**, so you should alway use this with **-m**. This value should always larger than **-m**, so you should always use this with **-m**.
**--mac-address**="" **--mac-address**=""
Container MAC address (e.g. 92:d0:c6:0a:29:33) Container MAC address (e.g. 92:d0:c6:0a:29:33)

View file

@ -592,7 +592,7 @@ Therefore the router thinks it can talk to these containers directly.
As soon as the router wants to send an IPv6 packet to the first container it As soon as the router wants to send an IPv6 packet to the first container it
will transmit a neighbor solicitation request, asking, who has will transmit a neighbor solicitation request, asking, who has
`2001:db8::c009`? But it will get no answer because noone on this subnet has `2001:db8::c009`? But it will get no answer because no one on this subnet has
this address. The container with this address is hidden behind the Docker host. this address. The container with this address is hidden behind the Docker host.
The Docker host has to listen to neighbor solicitation requests for the container The Docker host has to listen to neighbor solicitation requests for the container
address and send a response that itself is the device that is responsible for address and send a response that itself is the device that is responsible for

View file

@ -10,7 +10,7 @@ either on your own Docker daemon, or using your own Continuous integration servi
you can push them to a Docker Hub repository that you add to your Docker Hub user or you can push them to a Docker Hub repository that you add to your Docker Hub user or
organization account. organization account.
Alternativly, if the source code for your Docker image is on GitHub or Bitbucket, Alternatively, if the source code for your Docker image is on GitHub or Bitbucket,
you can use an "Automated build" repository, which is built by the Docker Hub you can use an "Automated build" repository, which is built by the Docker Hub
services. See the [automated builds documentation](./builds.md) to read about services. See the [automated builds documentation](./builds.md) to read about
the extra functionality provided by those services. the extra functionality provided by those services.
@ -181,7 +181,7 @@ The following parameters are recognized in callback data:
## Mark as unlisted ## Mark as unlisted
By marking a repository as unlisted, you can create a publically pullable repository By marking a repository as unlisted, you can create a publicly pullable repository
which will not be in the Hub or commandline search. This allows you to have a limited which will not be in the Hub or commandline search. This allows you to have a limited
release, but does not restrict access to anyone that is told, or guesses the repository release, but does not restrict access to anyone that is told, or guesses the repository
name. name.

View file

@ -13,7 +13,7 @@ MongoDB pre-installed. We'll also see how to `push` that image to the
> **Note:** > **Note:**
> >
> This guide will show the mechanics of building a MongoDB container, but > This guide will show the mechanics of building a MongoDB container, but
> you will probably want to use the offical image on [Docker Hub]( https://registry.hub.docker.com/_/mongo/) > you will probably want to use the official image on [Docker Hub]( https://registry.hub.docker.com/_/mongo/)
Using Docker and containers for deploying [MongoDB](https://www.mongodb.org/) Using Docker and containers for deploying [MongoDB](https://www.mongodb.org/)
instances will bring several benefits, such as: instances will bring several benefits, such as:

View file

@ -15,7 +15,7 @@ you must have:
- MinGW (tar and xz) - MinGW (tar and xz)
- Go language - Go language
> **Note**: This installation prcedure refers to the `C:\` drive. If you system's main drive > **Note**: This installation procedure refers to the `C:\` drive. If you system's main drive
is `D:\` you'll need to substitute that in where appropriate in these is `D:\` you'll need to substitute that in where appropriate in these
instructions. instructions.
@ -56,7 +56,7 @@ Docker Go code as you develop.
1. Browse to 1. Browse to
[tdm-gcc download page](http://tdm-gcc.tdragon.net/download). [tdm-gcc download page](http://tdm-gcc.tdragon.net/download).
2. Click on the lastest 64-bit version of the package. 2. Click on the latest 64-bit version of the package.
Windows prompts you to save the file to your machine Windows prompts you to save the file to your machine
@ -166,7 +166,7 @@ In this section, you install the Go language. Then, you build the source so that
3. Run the installer. 3. Run the installer.
The system opens the **Go Programming Langauge Setup** dialog. The system opens the **Go Programming Language Setup** dialog.
4. Select all the defaults to install. 4. Select all the defaults to install.

View file

@ -131,6 +131,6 @@ handled centrally by Machine instead of letting each driver individually do it.
hosts TLS certificates for good security practice and for if a hosts IP hosts TLS certificates for good security practice and for if a hosts IP
address changes. address changes.
## Docker Hub Enterprise & Commercialy Supported Docker Engine ## Docker Hub Enterprise & Commercially Supported Docker Engine
See the [DHE and CS Docker Engine release notes](docker-hub-enterprise/release-notes.md). See the [DHE and CS Docker Engine release notes](docker-hub-enterprise/release-notes.md).