Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix type of keywords entry in frontmatter (in /docker-hub/ dir) #498

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docker-hub/accounts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Your Docker ID
keywords:
- Docker, docker, trusted, sign-up, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation
keywords: Docker, docker, trusted, sign-up, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation
title: Docker ID and Docker Hub accounts
---

Expand Down Expand Up @@ -54,4 +53,4 @@ from the Hub.

If you can't access your account for some reason, you can reset your password
from the [*Password Reset*](https://hub.docker.com/reset-password/)
page.
page.
5 changes: 2 additions & 3 deletions docker-hub/bitbucket.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Docker Hub Automated Builds using Bitbucket
keywords:
- Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, trusted, builds, trusted builds, automated builds, bitbucket
keywords: Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, trusted, builds, trusted builds, automated builds, bitbucket
title: Configure automated builds with Bitbucket
---

Expand Down Expand Up @@ -47,4 +46,4 @@ You can also manually add a webhook from your repository's **Settings** page.
Set the URL to `https://registry.hub.docker.com/hooks/bitbucket`, to be
triggered for repository pushes.

![bitbucket-hooks](images/bitbucket-hook.png)
![bitbucket-hooks](images/bitbucket-hook.png)
5 changes: 2 additions & 3 deletions docker-hub/builds.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Docker Hub Automated Builds
keywords:
- Dockerfile, Hub, builds, trusted builds, automated builds
keywords: Dockerfile, Hub, builds, trusted builds, automated builds
title: Configure automated builds on Docker Hub
---

Expand Down Expand Up @@ -232,4 +231,4 @@ OK
```

To verify everything is working correctly, check the **Last 10 Trigger Logs** on
the page.
the page.
5 changes: 2 additions & 3 deletions docker-hub/github.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Docker Hub Automated Builds with GitHub
keywords:
- Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, trusted, builds, trusted builds, automated builds, GitHub
keywords: Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, trusted, builds, trusted builds, automated builds, GitHub
title: Configure automated builds from GitHub
---

Expand Down Expand Up @@ -200,4 +199,4 @@ The image below shows the "Docker" Service Hook.
![bitbucket-hooks](images/github-side-hook.png)

If you add the "Docker" service manually, make sure the "Active" checkbox is
selected and click the "Update service" button to save your changes.
selected and click the "Update service" button to save your changes.
7 changes: 3 additions & 4 deletions docker-hub/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: Docker Hub overview
keywords: Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, accounts, organizations, repositories, groups, teams
redirect_from:
- /docker-hub/overview/
description: Docker Hub overview
keywords:
- Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, documentation, accounts, organizations, repositories, groups, teams
title: Overview of Docker Hub
---

Expand Down Expand Up @@ -90,4 +89,4 @@ or you can create private repositories with limited access you control.
### Docker commands and Docker Hub

Docker itself provides access to Docker Hub services via the [`docker search`](/reference/commandline/search),
[`pull`](/reference/commandline/pull), [`login`](/reference/commandline/login), and [`push`](/reference/commandline/push) commands.
[`pull`](/reference/commandline/pull), [`login`](/reference/commandline/login), and [`push`](/reference/commandline/push) commands.
5 changes: 2 additions & 3 deletions docker-hub/official_repos.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Guidelines for Official Repositories on Docker Hub
keywords:
- Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, official,image, documentation
keywords: Docker, docker, registry, accounts, plans, Dockerfile, Docker Hub, docs, official,image, documentation
title: Official repositories on Docker Hub
---

Expand Down Expand Up @@ -120,4 +119,4 @@ Repositories team becomes responsible for publishing the images and
documentation on Docker Hub. Updates to the Official Repository follow the same
pull request process, though with less review. The Official Repositories team
ultimately acts as a gatekeeper for all changes, which helps mitigate the risk
of quality and security issues from being introduced.
of quality and security issues from being introduced.
5 changes: 2 additions & 3 deletions docker-hub/orgs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Docker Hub Teams and Organizations
keywords:
- Docker, docker, registry, teams, organizations, plans, Dockerfile, Docker Hub, docs, documentation
keywords: Docker, docker, registry, teams, organizations, plans, Dockerfile, Docker Hub, docs, documentation
title: Organizations and teams in Docker Hub
---

Expand Down Expand Up @@ -48,4 +47,4 @@ of the repository view:
> `Read` access to the repository, regardless of the rights their team
> membership has given them.

![Organization repository collaborators](images/org-repo-collaborators.png)
![Organization repository collaborators](images/org-repo-collaborators.png)
5 changes: 2 additions & 3 deletions docker-hub/repos.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Your Repositories on Docker Hub
keywords:
- Docker, docker, trusted, registry, accounts, plans, Dockerfile, Docker Hub, webhooks, docs, documentation
keywords: Docker, docker, trusted, registry, accounts, plans, Dockerfile, Docker Hub, webhooks, docs, documentation
title: Repositories on Docker Hub
---

Expand Down Expand Up @@ -259,4 +258,4 @@ The following parameters are recognized in callback data:
"description": "387 tests PASSED",
"context": "Continuous integration by Acme CI",
"target_url": "http://ci.acme.com/results/afd339c1c3d27"
}
}
5 changes: 2 additions & 3 deletions docker-hub/webhooks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
description: Docker Hub Automated Builds
keywords:
- Docker, webhookds, hub, builds
keywords: Docker, webhookds, hub, builds
title: Webhooks for automated builds
---

Expand Down Expand Up @@ -47,4 +46,4 @@ example webhook below generates an HTTP POST that delivers a JSON payload:

>**Note:** If you want to test your webhook, we recommend using a tool like
>[requestb.in](http://requestb.in/). Also note, the Docker Hub server can't be
>filtered by IP address.
>filtered by IP address.