diff --git a/content/admin/_index.md b/content/admin/_index.md index 2bdffb4636f..fc3c5dfae58 100644 --- a/content/admin/_index.md +++ b/content/admin/_index.md @@ -18,7 +18,7 @@ grid: The [Docker Admin](https://admin.docker.com) console provides administrators with centralized observability, access management, and controls for their company and organizations. To provide these features, Docker uses the following hierarchy and roles. -![Docker hierarchy](./images/docker-admin-structure.png) +![Docker hierarchy](./images/docker-admin-structure.webp) - Company: A company simplifies the management of Docker organizations and settings. Creating a company is optional and only available to Docker Business subscribers. - Company owner: A company can have multiple owners. Company owners have company-wide observability and can manage company-wide settings that apply to all associated organizations. In addition, company owners have the same access as organization owners for all associated organizations. diff --git a/content/admin/images/docker-admin-structure.png b/content/admin/images/docker-admin-structure.png deleted file mode 100644 index d6b1a3da5d0..00000000000 Binary files a/content/admin/images/docker-admin-structure.png and /dev/null differ diff --git a/content/admin/images/docker-admin-structure.webp b/content/admin/images/docker-admin-structure.webp new file mode 100644 index 00000000000..b3ab384d709 Binary files /dev/null and b/content/admin/images/docker-admin-structure.webp differ diff --git a/content/admin/images/org-structure.png b/content/admin/images/org-structure.png deleted file mode 100644 index c0e52e89077..00000000000 Binary files a/content/admin/images/org-structure.png and /dev/null differ diff --git a/content/admin/images/org-structure.webp b/content/admin/images/org-structure.webp index 793b7db377b..1e810019ff5 100644 Binary files a/content/admin/images/org-structure.webp and b/content/admin/images/org-structure.webp differ diff --git a/content/includes/admin-company-overview.md b/content/includes/admin-company-overview.md index e6a40a28902..39bdb1cc0c6 100644 --- a/content/includes/admin-company-overview.md +++ b/content/includes/admin-company-overview.md @@ -2,7 +2,7 @@ A company provides a single point of visibility across multiple organizations. T The following diagram depicts the setup of a company and how it relates to associated organizations. -![company-hierarchy](/admin/images/docker-admin-structure.png) +![company-hierarchy](/admin/images/docker-admin-structure.webp) ## Key features diff --git a/content/includes/admin-org-overview.md b/content/includes/admin-org-overview.md index 665108c9786..62bf6c4212e 100644 --- a/content/includes/admin-org-overview.md +++ b/content/includes/admin-org-overview.md @@ -11,4 +11,4 @@ organization. The following diagram depicts the setup of an organization and how it relates to teams. Teams are an optional feature that owners can use to group members and assign permissions. -![organization-hierarchy](/admin/images/org-structure.png) \ No newline at end of file +![organization-hierarchy](/admin/images/org-structure.webp) \ No newline at end of file