mirror of https://github.com/docker/docs.git
1.1 KiB
1.1 KiB
Create a repository
Before you can push images to your Docker Trusted Registry, you need to create a repository for them.
To create a new repository:
-
In your browser navigate to the Docker Trusted Registry web application.
-
Navigate to the Repositories page.
-
Click New repository.
-
Add a name and description for the repository.
- Choose whether your repository is public or private:
- Private repositories are visible to all users, but can only be changed by users granted with permission to write them.
- Private repositories can only be seen by users that have been granted permissions to that repository.
- Click Create to create the repository.
Now you can push your images to this repository.