[go: up one dir, main page]

{ const container = $el; // The div with overflow const item = document.getElementById('sidebar-current-page') if (item) { const containerTop = container.scrollTop; const containerBottom = containerTop + container.clientHeight; const itemTop = item.offsetTop - container.offsetTop; const itemBottom = itemTop + item.offsetHeight; // Scroll only if the item is out of view if (itemBottom > containerBottom - 200) { container.scrollTop = itemTop - (container.clientHeight / 2 - item.offsetHeight / 2); } } })" class="bg-background-toc dark:bg-background-toc fixed top-0 z-40 hidden h-screen w-full flex-none overflow-x-hidden overflow-y-auto md:sticky md:top-16 md:z-auto md:block md:h-[calc(100vh-64px)] md:w-[320px]" :class="{ 'hidden': ! $store.showSidebar }">

Manage Docker Hardened Images and charts DHI Enterprise

Subscription: Docker Hardened Images Enterprise

On the Manage screen in Docker Hub, you can manage your mirrored Docker Hardened Image (DHI) repositories, mirrored DHI chart repositories, and customizations in your organization.

Manage mirrored Docker Hardened Image repositories

To manage your mirrored DHI repositories:

  1. Go to the Docker Hub and sign in.

  2. Select My Hub.

  3. In the namespace drop-down, select your organization.

  4. Select Hardened Images > Manage.

  5. Select Mirrored Images

  6. Select the menu icon in the far right column of the repository you want to manage.

    From here, you can:

    • Customize: Create a customized image based on the source repository.
    • Stop mirroring: Stop mirroring the DHI repository.

Manage customized Docker Hardened Image repositories

To manage your customized DHI repositories:

  1. Go to Docker Hub and sign in.

  2. Select My Hub.

  3. In the namespace drop-down, select your organization.

  4. Select Hardened Images > Manage.

  5. Select Customizations.

    On this page, you can view your customized DHI repositories.

  6. Select the menu icon in the far right column of the repository you want to manage.

    From here, you can:

    • Edit: Edit the customized image.
    • Create new: Create a new customized image based on the source repository.
    • Delete: Delete the customized image.