mirror of https://github.com/docker/docs.git
Merge pull request #16833 from docker/chrisward/repo-pub-images
Add details on uploading logos to repositories
This commit is contained in:
commit
483fa29903
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 |
|
@ -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
|
To create a repository, sign into Docker Hub, select **Repositories** then
|
||||||
**Create Repository**:
|
**Create Repository**:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
When creating a new repository:
|
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**.
|
> For organizations creating a new repository, it's recommended you select **Private**.
|
||||||
|
|
||||||

|
> **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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
After you select **Create**, you can start using `docker push` to push
|
After you select **Create**, you can start using `docker push` to push
|
||||||
images to this repository.
|
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**.
|
> To update your public repository to private, navigate to your repository, select **Settings** and **Make private**.
|
||||||
|
|
||||||
{: style="max-width: 60%"}
|
{: style="max-width: 60%"}
|
||||||
|
|
||||||
## Deleting a repository
|
## Deleting a repository
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue