Files
docker-docs/content/manuals/docker-hub/settings.md
Sebastiaan van Stijn b765b92838 hub: add redirect for repo settings (#24145)
- relates to / follow up to
https://github.com/docker/docs/pull/23949#pullrequestreview-3801911463

This page was removed in 0f607d3e61, and
now merged into the global "settings" page.

<!--Delete sections as needed -->

## Description

<!-- Tell us what you did and why -->

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-02-18 14:55:36 -08:00

3.4 KiB

description, keywords, title, weight, aliases
description keywords title weight aliases
Learn about settings in Docker Hub Docker Hub, Hub, repositories, settings Settings 25
/docker-hub/repos/settings/

You can configure the following settings in Docker Hub:

Default privacy

You can configure the following default privacy settings for all repositories in a namespace:

Disable creation of public repos

{{< summary-bar feature_name="Disable public repositories" >}}

Organization owners and editors can prevent creating public repositories within organization namespaces. You cannot configure this setting for personal account namespaces.

Note

Enabling this feature does not affect existing public repositories. Any public repositories that already exist will remain public. To make them private, you must change their visibility in the individual repository settings.

To configure the disable public repositories setting for an organization namespace:

  1. Sign in to Docker Hub.
  2. Select My Hub.
  3. Select your organization from the top-left account drop-down.
  4. Select Settings > Default privacy.
  5. Toggle Disable public repositories to your desired setting.
  6. Select Save.

Configure default repository privacy

Use the default repository privacy setting to automatically set privacy for repositories created via docker push commands when the repository doesn't exist yet. In this case, Docker Hub automatically creates the repository with the default repository privacy for that namespace.

Note

You cannot configure the default repository privacy setting when Disable public repositories is enabled.

To configure the default repository privacy for a namespace:

  1. Sign in to Docker Hub.

  2. Select My Hub.

  3. Select your organization or account from the top-left account drop-down.

  4. Select Settings > Default privacy.

  5. In Default repository privacy, select the desired default privacy setting:

    • Public: All new repositories appear in Docker Hub search results and can be pulled by everyone.
    • Private: All new repositories don't appear in Docker Hub search results and are only accessible to you and collaborators. In addition, if the repository is created in an organization's namespace, then the repository is accessible to those with applicable roles or permissions.
  6. Select Save.

Notifications

You can send notifications to your email for all your repositories using autobuilds.

Configure autobuild notifications

  1. Sign in to Docker Hub.

  2. Select My Hub.

  3. Select your personal account from the top-left account drop-down.

  4. Select Settings > Notifications.

  5. Select the notifications to receive by email:

    • Off: No notifications.
    • Only failures: Only notifications about failed builds.
    • Everything: Notifications for successful and failed builds.
  6. Select Save.