mirror of https://github.com/docker/docs.git
Typo fixes
This commit is contained in:
parent
9923963990
commit
f6bbf912db
|
@ -10,7 +10,7 @@ Docker logging plugins allow you to extend and customize Docker's logging
|
|||
capabilities beyond those of the [built-in logging drivers](configure.md).
|
||||
A logging service provider can
|
||||
[implement their own plugins](/engine/extend/plugins_logging.md) and make them
|
||||
available on Docker Hub, Docker Hub, or a private registry. This topic shows
|
||||
available on Docker Hub, or a private registry. This topic shows
|
||||
how a user of that logging service can configure Docker to use the plugin.
|
||||
|
||||
## Install the logging driver plugin
|
||||
|
|
|
@ -35,7 +35,7 @@ this step and proceed to [enable DTR Security Scanning](#enable-dtr-security-sca
|
|||
If your current DTR license doesn't include scanning, you must first download the new license.
|
||||
|
||||
1. Log in to the Docker Hub using a Docker ID with access to the license you need.
|
||||
2. In the top right corner, click your user account icon, and select **Purchased Content**.
|
||||
2. In the top right corner, click your user account icon, and select **My Content**.
|
||||
3. If necessary, select an organization account from the **Accounts** menu at the upper right.
|
||||
4. Locate Docker Datacenter in the **Subscriptions** list.
|
||||
5. Click **Subscription Details** and select **Setup instructions**.
|
||||
|
|
|
@ -79,7 +79,7 @@ To install UCP:
|
|||
Now that UCP is installed, you need to license it.
|
||||
|
||||
1. Go to
|
||||
[Docker Hub](https://www.docker.com/editions/enterprise/docker-ee-trial/trial)
|
||||
[Docker Hub](https://hub.docker.com/editions/enterprise/docker-ee-trial/trial)
|
||||
to get a free trial license.
|
||||
|
||||
2. In your browser, navigate to the UCP web UI, log in with your
|
||||
|
|
|
@ -6,7 +6,7 @@ title: Install Docker for Mac
|
|||
|
||||
To download Docker for Mac, head to Docker Hub.
|
||||
|
||||
[Download Docker for Mac](https://hub.docker.com/editions/community/docker-ce-desktop-mac){: .button .outline-btn}
|
||||
[Download from Docker Hub](https://hub.docker.com/editions/community/docker-ce-desktop-mac){: .button .outline-btn}
|
||||
|
||||
## What to know before you install
|
||||
|
||||
|
|
|
@ -176,7 +176,7 @@ There are two steps: (1) configure credentials, and (2) configure endpoints (or
|
|||
-log-tail int
|
||||
Number of lines to show from the end of the container logs. (default 20)
|
||||
-product-id string
|
||||
Optional Product identifier from Docker Hub for this image. Please include it when you want the output to be sent Docker Hub.
|
||||
Optional Product identifier from Docker Hub for this image. Please include it when you want the output to be sent to Docker Hub.
|
||||
-start-script string
|
||||
An optional custom script used to start the Docker container. The script will get passed one argument, the name of the Docker image.
|
||||
-start-wait-time int
|
||||
|
|
|
@ -30,7 +30,7 @@ Hub based repository.
|
|||
|
||||
## Pushing a Docker container image to Docker Hub
|
||||
|
||||
To push a repository to the Docker Hub, you must to
|
||||
To push a repository to the Docker Hub, you must
|
||||
name your local image using your Docker Hub username, and the
|
||||
repository name that you created via Docker Hub on the web.
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ DTR installation:
|
|||
|
||||
## Download your license
|
||||
|
||||
Go to [Docker Hub](https://Hub.docker.com/editions/enterprise/docker-ee-trial)
|
||||
Go to [Docker Hub](https://hub.docker.com/editions/enterprise/docker-ee-trial)
|
||||
to download a trial license.
|
||||
|
||||
{: .with-border}
|
||||
|
|
|
@ -12,6 +12,7 @@ redirect_from:
|
|||
- /engine/getstarted/step_three/
|
||||
- /engine/getstarted/step_four/
|
||||
- /engine/getstarted/step_five/
|
||||
- /engine/getstarted/step_six/
|
||||
- /engine/getstarted/last_page/
|
||||
- /engine/getstarted-voting-app/
|
||||
- /engine/getstarted-voting-app/node-setup/
|
||||
|
@ -45,6 +46,9 @@ redirect_from:
|
|||
- /mac/last_page/
|
||||
- /windows/last_page/
|
||||
- /linux/last_page/
|
||||
- /mac/step_six/
|
||||
- /windows/step_six/
|
||||
- /linux/step_six/
|
||||
- /engine/tutorials/dockerrepos/
|
||||
- /userguide/dockerrepos/
|
||||
- /engine/userguide/containers/dockerimages/
|
||||
|
@ -60,6 +64,7 @@ teaches you how to:
|
|||
3. [Scale your app to run multiple containers](part3.md)
|
||||
4. [Distribute your app across a cluster](part4.md)
|
||||
5. [Stack services by adding a backend database](part5.md)
|
||||
6. [Deploy your app to production](part6.md)
|
||||
|
||||
## Docker concepts
|
||||
|
||||
|
|
Loading…
Reference in New Issue