Using Harbor with Docker
Install Docker on your platform to manage container images in Harbor. You can also use Podman.
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
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 public image
Use the docker command line to pull the image my-image:latest
from public project project1
.
Pull a private image
Login and pull your image: