Chapter 1. Creating a repository
There are two ways to create a repository in Quay.io: via a docker push and via the Quay.io UI.
1.1. Creating an image repository via the UI
To create a repository in the Quay.io UI, click the + icon in the top right of the header on any Quay.io page and choose New Repository. Select Container Image Repository on the next page, choose a namespace (only applies to organizations), enter a repository name and then click the Create Repository button. The repository will start out empty unless a Dockerfile is uploaded as well.
1.2. Creating an image repository via docker
First, tag the repository:
# docker tag 0u123imageid quay.io/namespace/repo_name
Then push to Quay.io:
# docker push quay.io/namespace/repo_name
1.3. Creating an application repository via the UI
To create a repository in the Quay.io UI, click the + icon in the top right of the header on any Quay.io page and choose New Repository. Select Application Repository on the next page, choose a namespace (only applies to organizations), enter a repository name and then click the Create Repository button. The repository will start out empty.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.