Configure Harbor

In this session , we will create a new user and then we will add that user to the default public project on Harbor.

Create user

Administration -> Users -> + NEW USER usr usr Fill the user details and set password for the account. usr_create usr_create User will be listed after creation usr_create_confirm usr_create_confirm

Add user to the library project.

Projects -> library project project

Members -> + USER usr_project usr_project

Add new user to the project as Developer add_usr_project add_usr_project

Now we can use this account to push images to this Private registry.

In next session , we will reconfigure docker to use this registry.