mirror of https://github.com/docker/docs.git
Add details on uploading logos to repositories
This commit is contained in:
parent
9a91ee7245
commit
957bcc4af5
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:
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ When creating a new repository:
|
||||||
> You can't rename a Docker Hub repository once it's created.
|
> You can't rename a Docker Hub repository once it's created.
|
||||||
|
|
||||||
* The description can be up to 100 characters and used in the search result.
|
* The description can be up to 100 characters and used in the search result.
|
||||||
|
* The maximum logo size is 1000x1000.
|
||||||
* You can link a GitHub or Bitbucket account now, or choose to do it later in
|
* You can link a GitHub or Bitbucket account now, or choose to do it later in
|
||||||
the repository settings.
|
the repository settings.
|
||||||
* You can set your default visibility to public or private for your account.
|
* You can set your default visibility to public or private for your account.
|
||||||
|
@ -40,7 +41,7 @@ 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**.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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 +54,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