Merge pull request #16833 from docker/chrisward/repo-pub-images

Add details on uploading logos to repositories
This commit is contained in:
Chris Chinchilla 2023-03-09 17:11:57 +01:00 committed by GitHub
commit 483fa29903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 231 KiB

View File

@ -18,7 +18,7 @@ command. A single Docker Hub repository can hold many Docker images (stored as
To create a repository, sign into Docker Hub, select **Repositories** then
**Create Repository**:
![Create repo](../images/repos-create.png)
![Create repository](../images/repos-create.png)
When creating a new repository:
@ -40,7 +40,11 @@ When creating a new repository:
>
> For organizations creating a new repository, it's recommended you select **Private**.
![Setting page for creating a repo](../images/repo-create-details.png)
> **Note**
>
> Docker Verified Publisher (DVP) and Docker-Sponsored Open Source (DDOS) organizations can also add a logo to a repository. The maximum size is 1000x1000.
![Setting page for creating a repository](../images/repo-create-details.png)
After you select **Create**, you can start using `docker push` to push
images to this repository.
@ -53,7 +57,7 @@ To create a private repository, navigate to Docker Hub and select **Repositories
>
> To update your public repository to private, navigate to your repository, select **Settings** and **Make private**.
![Create a private repo](/docker-hub/images/repo-create-private.png){: style="max-width: 60%"}
![Create a private repository](/docker-hub/images/repo-create-private.png){: style="max-width: 60%"}
## Deleting a repository