docs/repos-and-images/create-repo.md

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:

  1. In your browser navigate to the Docker Trusted Registry web application.

  2. Navigate to the Repositories page.

  3. Click New repository.

  4. Add a name and description for the repository.

  1. 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.
  1. Click Create to create the repository.

Now you can push your images to this repository.