<your-registry-endpoint>
. For example, docker login registry.luxembourg-2./10-01-test/
.
2. Enter the username of the user created in Step.
3. Enter the user password.
4. After you enter the credentials, you should see the “Login succeeded” message.
5. (Optional) Tag your image: docker tag source_image:tag target_repository:target_tag
.
6. Push an image to the registry: docker push <your-registry-endpoint/your-Docker-image>
.
The image will appear in the Container Registry on the Images tab.