Using Harbor with Docker
Install Docker on your platform to manage container images in Harbor. You can also use Podman.
Pull a public image
Use the docker command line to pull the image my-image:latest
from public project project1
.
Push an image to your project
You need to be authenticated to be able to push images. It does not matter if the project is private or public.
Pull a private image
Login and pull your image:
Log in to Harbor with Docker
- Login to https://registry.ice.ri.se, using the OIDC provider (Keycloak).
- Click your email in the top right corner and open User Profile.
- Copy CLI secret.
- Login with
docker
Last update:
2023-02-06
Created: 2020-11-12
Created: 2020-11-12