Create and manage organizations

Create and manage organizations

When a user creates a repository, only that user has permissions to make changes to the repository.

For team workflows, where multiple users have permissions to manage a set of common repositories, create an organization. By default, MSR has one organization called ‘docker-datacenter’, that is shared between MKE and MSR.

To create a new organization, navigate to the MSR web UI, and go to the Organizations page.

../../../_images/create-and-manage-orgs-1.png

Click the New organization button, and choose a meaningful name for the organization.

../../../_images/create-and-manage-orgs-2.png

Repositories owned by this organization will contain the organization name, so to pull an image from that repository, you’ll use:

docker pull <msr-domain-name>/<organization>/<repository>:<tag>

Click Save to create the organization, and then click the organization to define which users are allowed to manage this organization. These users will be able to edit the organization settings, edit all repositories owned by the organization, and define the user permissions for this organization.

For this, click the Add user button, select the users that you want to grant permissions to manage the organization, and click Save. Then change their permissions from ‘Member’ to Org Owner.

../../../_images/create-and-manage-orgs-3.png