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:
parent
187362414d
commit
7d75c5be95
6 changed files with 9 additions and 9 deletions
|
@ -161,7 +161,7 @@ system's page size (the value would be very large, that's millions of trillions)
|
|||
Total memory limit (memory + swap)
|
||||
|
||||
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**=""
|
||||
Container MAC address (e.g. 92:d0:c6:0a:29:33)
|
||||
|
|
|
@ -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
|
||||
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.
|
||||
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
|
||||
|
|
|
@ -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
|
||||
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
|
||||
services. See the [automated builds documentation](./builds.md) to read about
|
||||
the extra functionality provided by those services.
|
||||
|
@ -181,7 +181,7 @@ The following parameters are recognized in callback data:
|
|||
|
||||
## 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
|
||||
release, but does not restrict access to anyone that is told, or guesses the repository
|
||||
name.
|
||||
|
|
|
@ -13,7 +13,7 @@ MongoDB pre-installed. We'll also see how to `push` that image to the
|
|||
> **Note:**
|
||||
>
|
||||
> 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/)
|
||||
instances will bring several benefits, such as:
|
||||
|
|
|
@ -15,7 +15,7 @@ you must have:
|
|||
- MinGW (tar and xz)
|
||||
- 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
|
||||
instructions.
|
||||
|
||||
|
@ -56,7 +56,7 @@ Docker Go code as you develop.
|
|||
1. Browse to
|
||||
[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
|
||||
|
||||
|
@ -166,7 +166,7 @@ In this section, you install the Go language. Then, you build the source so that
|
|||
|
||||
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.
|
||||
|
||||
|
|
|
@ -131,6 +131,6 @@ handled centrally by Machine instead of letting each driver individually do it.
|
|||
host’s TLS certificates for good security practice and for if a host’s IP
|
||||
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).
|
||||
|
|
Loading…
Reference in a new issue