diff --git a/config/containers/logging/plugins.md b/config/containers/logging/plugins.md index b2bbf71d30..f49e537f7e 100644 --- a/config/containers/logging/plugins.md +++ b/config/containers/logging/plugins.md @@ -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 diff --git a/datacenter/dtr/2.2/guides/admin/configure/set-up-vulnerability-scans.md b/datacenter/dtr/2.2/guides/admin/configure/set-up-vulnerability-scans.md index 664336e8ce..d337ddbc90 100644 --- a/datacenter/dtr/2.2/guides/admin/configure/set-up-vulnerability-scans.md +++ b/datacenter/dtr/2.2/guides/admin/configure/set-up-vulnerability-scans.md @@ -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**. diff --git a/datacenter/ucp/2.2/guides/admin/install/index.md b/datacenter/ucp/2.2/guides/admin/install/index.md index ed69b96aa4..de80ce824a 100644 --- a/datacenter/ucp/2.2/guides/admin/install/index.md +++ b/datacenter/ucp/2.2/guides/admin/install/index.md @@ -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 diff --git a/docker-for-mac/install.md b/docker-for-mac/install.md index c5083a0c6f..984d434f27 100644 --- a/docker-for-mac/install.md +++ b/docker-for-mac/install.md @@ -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 diff --git a/docker-hub/publish/certify-images.md b/docker-hub/publish/certify-images.md index 2420fe2130..9b22d7ee5b 100644 --- a/docker-hub/publish/certify-images.md +++ b/docker-hub/publish/certify-images.md @@ -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 diff --git a/docker-hub/repos.md b/docker-hub/repos.md index ff94ee03dd..268bf15fb8 100644 --- a/docker-hub/repos.md +++ b/docker-hub/repos.md @@ -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. diff --git a/ee/dtr/admin/configure/license-your-installation.md b/ee/dtr/admin/configure/license-your-installation.md index 03251cfaa2..8a148c1f0e 100644 --- a/ee/dtr/admin/configure/license-your-installation.md +++ b/ee/dtr/admin/configure/license-your-installation.md @@ -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. ![](../../images/license-1.png){: .with-border} diff --git a/get-started/index.md b/get-started/index.md index 4b54b3ecec..36328a270f 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -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