Docker Registry Dialog
For this dialog to be available, the Docker integration plugin must be installed and enabled.
Specify your Docker image repository user account settings.
- Name
Specify the name for this registry configuration.
- Registry
Select one of the available Docker registry types:
Docker Hub: specify your credentials to access private images in the main Docker registry at registry.hub.docker.com. By default, PyCharm can access only public images on Docker Hub.
GitLab: use the main GitLab registry at gitlab.com or specify a self-hosted GitLab registry.
JetBrains Space: use the Docker registry in your instance of Space.
Docker V2: specify any registry that supports Docker Registry HTTP API V2.
Generic: If other registry types don't work, add your registry as generic. You will not be able to browse and pull images in the Services tool window, but it will be possible to push images to this registry.
For example, PyCharm does not fully support the Quay image registry, but you can add it as a generic registry: create a repository on quay.io and specify
quay.io
as the address, your username and password.
- Address
Specify the URL of the Docker registry.
- Username
Specify the name of your user account in the selected registry.
- Password
Specify the password for your user account in the selected registry.
- Token
Specify the access token for the selected Docker registry