Skip to content

Commit 5d12cf6

Browse files
hub: refresh/restructure repo content (#21435)
<!--Delete sections as needed --> ## Description Started refreshing and reorganizing the Hub manual. - Moved & rearranged the content from "Docker Hub > Manage repositories" to "Docker Hub > Repositories > Manage" with the following sections: - repo info: description, overview, categories - access: visibility, collaborators, teams/permissions, roles, OATs - images: tags, software artifacts, push images, move images - Moved the repository features (automated builds, webhooks, vulnerability scanning) under "Repositories > Manage". - Moved/added Create, Delete, and Personal settings to top-level of Repositories - Filled in some content gaps https://deploy-preview-21435--docsdocker.netlify.app/docker-hub/repos/ ## Related issues or tickets ENGDOCS-2227 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Signed-off-by: Craig <craig.osterhout@docker.com>
1 parent 42d97aa commit 5d12cf6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+861
-413
lines changed

_vale/Docker/RecommendedWords.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ swap:
3737
keypress: keystroke
3838
mutices: mutexes
3939
repo: repository
40-
scan: analyze
4140
scroll: navigate
4241
url: URL
4342
vs: versus

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ minikube
144144
monorepos?
145145
musl
146146
nameserver
147-
namespace
148147
npm
149148
osquery
150149
osxfs

content/guides/jupyter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ $ docker run --rm -p 8889:8888 YOUR-USER-NAME/my-jupyter-image start-notebook.py
382382

383383
### Share your volume
384384

385-
This example uses the Docker Desktop graphical user interface. Alternatively, in the command line interface you can [back up the volume](/engine/storage/volumes/#back-up-a-volume) and then [push it using the ORAS CLI](/manuals/docker-hub/oci-artifacts.md#push-a-volume).
385+
This example uses the Docker Desktop graphical user interface. Alternatively, in the command line interface you can [back up the volume](/engine/storage/volumes/#back-up-a-volume) and then [push it using the ORAS CLI](/manuals/docker-hub/repos/manage/hub-images/oci-artifacts.md#push-a-volume).
386386

387387
1. Sign in to Docker Desktop.
388388
2. In the Docker Dashboard, select **Volumes**.

content/manuals/accounts/deactivate-user-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Before deactivating your Docker account, ensure you meet the following requireme
3232

3333
- Download any images and tags you want to keep. Use `docker pull -a <image>:<tag>`.
3434

35-
- Unlink your [GitHub and Bitbucket accounts](../docker-hub/builds/link-source.md#unlink-a-github-user-account).
35+
- Unlink your [GitHub and Bitbucket accounts](../docker-hub/repos/manage/builds/link-source.md#unlink-a-github-user-account).
3636

3737
## Deactivate
3838

content/manuals/admin/deactivate-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before deactivating an organization, complete the following:
2525

2626
- Remove all other members within the organization.
2727

28-
- Unlink your [Github and Bitbucket accounts](../docker-hub/builds/link-source.md#unlink-a-github-user-account).
28+
- Unlink your [Github and Bitbucket accounts](../docker-hub/repos/manage/builds/link-source.md#unlink-a-github-user-account).
2929

3030
## Deactivate
3131

content/manuals/desktop/previous-versions/edge-releases-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
8282

8383
### New
8484

85-
- If you have enabled [Vulnerability Scanning](/docker-hub/vulnerability-scanning/) in Docker Hub, the scan results will now appear in Docker Desktop.
85+
- If you have enabled [Vulnerability Scanning](/docker-hub/repos/manage/vulnerability-scanning/) in Docker Hub, the scan results will now appear in Docker Desktop.
8686

8787
### Upgrades
8888

content/manuals/desktop/previous-versions/edge-releases-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This release contains a Kubernetes upgrade. Note that your local Kubernetes clus
7474

7575
### New
7676

77-
- If you have enabled [Vulnerability Scanning](../../docker-hub/vulnerability-scanning.md) in Docker Hub, the scan results will now appear in Docker Desktop.
77+
- If you have enabled [Vulnerability Scanning](../../docker-hub/repos/manage/vulnerability-scanning.md) in Docker Hub, the scan results will now appear in Docker Desktop.
7878

7979
### Upgrades
8080

content/manuals/desktop/troubleshoot-and-support/faqs/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This includes:
2222
- The resources in the [Learning Center](/manuals/desktop/use-desktop/_index.md)
2323
- Pulling or pushing an image to Docker Hub
2424
- [Image Access Management](/manuals/security/for-developers/access-tokens.md)
25-
- [Static vulnerability scanning](/manuals/docker-hub/vulnerability-scanning.md)
25+
- [Static vulnerability scanning](/manuals/docker-hub/repos/manage/vulnerability-scanning.md)
2626
- Viewing remote images in the Docker Dashboard
2727
- Setting up [Dev Environments](/manuals/desktop/features/dev-environments/_index.md)
2828
- Docker Build when using [BuildKit](/manuals/build/buildkit/_index.md#getting-started).

content/manuals/desktop/use-desktop/volumes.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,7 @@ You can either [export a volume now](#export-a-volume-now) or [schedule a recurr
144144
- **Local image**: Select a local image to export the content to. Any
145145
existing data in the image will be replaced by the exported content.
146146
- **New image**: Specify a name for the new image.
147-
- **Registry**: Specify a Docker Hub repository. Note that Docker Hub
148-
repositories can be publicly accessible which means your data can be
149-
publicly accessible. For more details, see
150-
[Change a repository from public to private](/docker-hub/repos/#change-a-repository-from-public-to-private).
147+
- **Registry**: Specify a Docker Hub repository.
151148

152149
{{< /tab >}}
153150
{{< tab name="External cloud storage" >}}
@@ -193,10 +190,7 @@ You can either [export a volume now](#export-a-volume-now) or [schedule a recurr
193190
- **Local image**: Select a local image to export the content to. Any
194191
existing data in the image will be replaced by the exported content.
195192
- **New image**: Specify a name for the new image.
196-
- **Registry**: Specify a Docker Hub repository. Note that Docker Hub
197-
repositories can be publicly accessible which means your data can be
198-
publicly accessible. For more details, see
199-
[Change a repository from public to private](/docker-hub/repos/#change-a-repository-from-public-to-private).
193+
- **Registry**: Specify a Docker Hub repository.
200194

201195
{{< /tab >}}
202196
{{< tab name="External cloud storage" >}}
Binary file not shown.

0 commit comments

Comments
 (0)