Skip to content

Commit 3602540

Browse files
author
Jeffrey Morgan
committed
Fix small issues
1 parent c0656fa commit 3602540

33 files changed

+194
-302
lines changed

_data/toc.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3647,8 +3647,6 @@ manuals:
36473647
title: Testing in Builds
36483648
- path: /docker-hub/builds/advanced/
36493649
title: Advanced Builds
3650-
- path: /docker-hub/builds/webhooks/
3651-
title: Build Webhooks
36523650
- path: /docker-hub/builds/github/
36533651
title: Connecting GitHub
36543652
- path: /docker-hub/builds/bitbucket/
@@ -3657,7 +3655,7 @@ manuals:
36573655
section:
36583656
- path: /docker-hub/customer_faq/
36593657
title: Subscriptions
3660-
- path: /docker-store/publish/publisher_faq/
3658+
- path: /docker-hub/publish/publisher_faq/
36613659
title: Publishers
36623660
- path: /docker-hub/publish/
36633661
title: Publish Images & Plugins

_scripts/make-archive-branch.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ bash _scripts/fetch-upstream-resources.sh -l
8585
# Currently, this is:
8686
# /samples/
8787
# /docker-id/
88-
# /docker-cloud/
8988
# /docker-hub/
90-
# /docker-store/
9189
# These rely on _layout/archive-redirect.html
9290

9391
only_live_contents=("samples" "docker-id" "docker-cloud" "docker-hub" "docker-store")
@@ -145,5 +143,3 @@ echo " and get back to master, run the following:"
145143
echo
146144
echo " git reset --hard; git clean -fd; git checkout master; git branch -D v$version"
147145
echo
148-
149-

datacenter/dtr/2.5/guides/admin/configure/license-your-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DTR installation:
1717

1818
## Download your license
1919

20-
Go to [Docker Store](https://store.docker.com/editions/enterprise/docker-ee-trial)
20+
Go to [Docker Hub](https://hub.docker.com/editions/enterprise/docker-ee-trial)
2121
and download your license.
2222

2323
![](../../images/license-1.png){: .with-border}

datacenter/dtr/2.5/guides/admin/configure/set-up-vulnerability-scans.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ access.
1616

1717
Before you begin, make sure that you or your organization has purchased a DTR
1818
license that includes Docker Security Scanning, and that your Docker ID can
19-
access and download this license from the Docker Store.
19+
access and download this license from the Docker Hub.
2020

2121
If you are using a license associated with an individual account, no additional
2222
action is needed. If you are using a license associated with an organization
@@ -36,7 +36,7 @@ this step and proceed to [enable DTR Security Scanning](#enable-dtr-security-sca
3636
3737
If your current DTR license doesn't include scanning, you must first download the new license.
3838

39-
1. Log in to the Docker Store using a Docker ID with access to the license you need.
39+
1. Log in to the Docker Hub using a Docker ID with access to the license you need.
4040
2. In the top right corner, click your user account icon, and select **My Content**.
4141
3. Locate **Docker Enterprise Edition** in the content list, and click **Setup**.
4242
4. Click **License Key** to download the license.
@@ -141,12 +141,12 @@ Your choice is saved automatically.
141141

142142
To update the CVE database for your DTR instance when it cannot contact the update server, you download and install a `.tar` file that contains the database updates. To download the file:
143143

144-
1. Log in to the [Docker Store](https://store.docker.com/).
144+
1. Log in to the [Docker Hub](https://hub.docker.com/).
145145

146-
If you are a member of an Organization managing licenses using Docker Store,
146+
If you are a member of an Organization managing licenses using Docker Hub,
147147
make sure your account is a member of the `Owners` team. Only Owners can
148148
view and manage licenses and other entitlements for Organizations from the
149-
Docker Store.
149+
Docker Hub.
150150

151151
2. In the top right corner, click your user account icon, and select **My Content**.
152152
3. If necessary, select an organization account from the **Accounts** menu at the upper right.

datacenter/dtr/2.5/guides/user/manage-images/sign-images/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To sign images in a way that UCP trusts them, you need to:
3939
* Initialize trust metadata for the repository
4040
* Delegate signing to the keys in your UCP client bundle
4141

42-
In this example we're going to pull an NGINX image from Docker Store,
42+
In this example we're going to pull an NGINX image from Docker Hub,
4343
re-tag it as `dtr.example.org/dev/nginx:1`, push the image to DTR and sign it
4444
in a way that is trusted by UCP. If you manage multiple repositories, you
4545
need to do the same procedure for every one of them.
@@ -56,11 +56,11 @@ the easiest way to do it is by pushing an image to that repository. Navigate to
5656
the **DTR web UI**, and create a repository for your image.
5757
In this example we've created the `dev/nginx` repository.
5858

59-
From the Docker CLI client, pull an NGINX image from Docker Store,
59+
From the Docker CLI client, pull an NGINX image from Docker Hub,
6060
re-tag it, sign and push it to DTR.
6161

6262
```bash
63-
# Pull NGINX from Docker Store
63+
# Pull NGINX from Docker Hub
6464
docker pull nginx:latest
6565

6666
# Re-tag NGINX

datacenter/ucp/3.0/guides/access-control/deploy-view-only-service.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ collection that contains one service.
99

1010
1. Create an organization and a team.
1111
2. Create a collection for the view-only service.
12-
3. Create a grant to manage user access to the collection.
12+
3. Create a grant to manage user access to the collection.
1313

1414
![](../images/view-only-access-diagram.svg)
1515

@@ -22,9 +22,9 @@ who isn't an administrator to the team.
2222
1. Log in to UCP as an administrator.
2323
2. Navigate to the **Organizations & Teams** page and click
2424
**Create Organization**. Name the new organization "engineering" and
25-
click **Create**.
25+
click **Create**.
2626
3. Click **Create Team**, name the new team "Dev", and click **Create**.
27-
3. Add a non-admin user to the Dev team.
27+
3. Add a non-admin user to the Dev team.
2828

2929
## Create a collection for the service
3030

@@ -36,7 +36,7 @@ who isn't an administrator to the team.
3636

3737
![](../images/deploy-view-only-service-1.png)
3838

39-
The `/Shared/View-only services` collection is ready to use for access
39+
The `/Shared/View-only services` collection is ready to use for access
4040
control.
4141

4242
## Deploy a service
@@ -48,7 +48,7 @@ collection.
4848
1. Navigate to the **Services** page and create a new service, named
4949
"WordPress".
5050
2. In the **Image** textbox, enter "wordpress:latest". This identifies the
51-
most recent WordPress image in the Docker Store.
51+
most recent WordPress image in the Docker Hub.
5252
3. In the left pane, click **Collection**. The **Swarm** collection appears.
5353
4. Click **View children** to list all of the collections. In **Shared**,
5454
Click **View children**, find the **View-only services** collection and
@@ -71,7 +71,7 @@ Currently, users who aren't administrators can't access the
7171
and click **Select Collection**.
7272
3. Click **Roles**, and in the dropdown, select **View Only**.
7373
4. Click **Subjects**, and under **Select subject type**, click **Organizations**.
74-
In the dropdown, select **engineering**.
74+
In the dropdown, select **engineering**.
7575
5. Click **Create** to grant permissions to the organization.
7676

7777
![](../images/deploy-view-only-service-4.png)
@@ -80,21 +80,21 @@ Everything is in place to show role-based access control in action.
8080

8181
## Verify the user's permissions
8282

83-
Users in the `engineering` organization have view-only access to the
83+
Users in the `engineering` organization have view-only access to the
8484
`/Shared/View-only services` collection. You can confirm this by logging in
8585
as a non-admin user in the organization and trying to delete the service.
8686

87-
1. Log in as the user who you assigned to the Dev team.
87+
1. Log in as the user who you assigned to the Dev team.
8888
2. Navigate to the **Services** page and click **WordPress**.
8989
3. In the details pane, confirm that the service's collection is
9090
**/Shared/View-only services**.
9191

9292
![](../images/deploy-view-only-service-2.png)
93-
93+
9494
4. Click the checkbox next to the **WordPress** service, click **Actions**,
9595
and select **Remove**. You get an error message, because the user
9696
doesn't have `Service Delete` access to the collection.
9797

9898
## Where to go next
9999

100-
- [Isolate volumes between two different teams](isolate-volumes-between-teams.md)
100+
- [Isolate volumes between two different teams](isolate-volumes-between-teams.md)

datacenter/ucp/3.0/guides/admin/configure/integrate-with-dtr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ system:
7878
# Restart the Docker daemon
7979
$ sudo /bin/systemctl restart docker.service
8080
```
81-
81+
8282
* For SUSE SLES 12:
8383

8484
```bash
@@ -105,11 +105,11 @@ images from your local Docker installation to DTR.
105105

106106
![](/datacenter/ucp/2.2/guides/images/dtr-integration-1.png)
107107

108-
2. Pull the `hello-world` image from Docker Store, re-tag it, and push it to the
108+
2. Pull the `hello-world` image from Docker Hub, re-tag it, and push it to the
109109
DTR repository you created.
110110

111111
```none
112-
# Pull hello-world from Docker Store
112+
# Pull hello-world from Docker Hub
113113
docker image pull hello-world:latest
114114

115115
# Re-tag it

datacenter/ucp/3.0/guides/admin/configure/license-your-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ installation. Here's how to do it.
99

1010
## Download your license
1111

12-
Go to [Docker Store](https://www.docker.com/enterprise-edition) and
12+
Go to [Docker Hub](https://www.docker.com/enterprise-edition) and
1313
download your UCP license, or get a free trial license.
1414

1515
![](../../images/license-ucp-1.png){: .with-border}
1616

1717
## License your installation
1818

1919
Once you've downloaded the license file, you can apply it to your UCP
20-
installation.
20+
installation.
2121

2222
In the UCP web UI, log in with administrator credentials and
2323
navigate to the **Admin Settings** page.

datacenter/ucp/3.0/guides/admin/install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To install UCP:
7979
Now that UCP is installed, you need to license it.
8080
8181
1. Go to the
82-
[Docker Store](https://www.docker.com/enterprise-edition)
82+
[Docker Hub](https://www.docker.com/enterprise-edition)
8383
and buy a Docker EE subscription, or get a free trial license.
8484
8585
2. In your browser, navigate to the UCP web UI, log in with your

docker-for-windows/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ to change context so that `kubectl` is pointing to `docker-for-desktop`:
443443
> kubectl config use-context docker-for-desktop
444444
```
445445
446-
You can also change it through the Docker for Windows menu:
446+
You can also change it through the Docker for Windows menu:
447447
448448
![Change Kubernetes Context](images/docker-menu-context-switch.png){:width="600px"}
449449
@@ -487,7 +487,7 @@ Visit our [Logs and Troubleshooting](troubleshoot.md) guide for more details.
487487
488488
Log on to our [Docker for Windows forum](https://forums.docker.com/c/docker-for-windows) to get help from the community, review current user topics, or join a discussion.
489489
490-
Log on to [Docker for Windows issues on GitHub](https://github.com/docker/for-win/issues) to report bugs or problems and review community reported issues.
490+
Log on to [Docker for Windows issues on GitHub](https://github.com/docker/for-win/issues) to report bugs or problems and review community reported issues.
491491
492492
To give feedback on the documentation or update it yourself, use the Feedback options at the bottom of each docs page.
493493

0 commit comments

Comments
 (0)