Home Explore Blog CI



docker

content/manuals/docker-hub/repos/settings.md
e8f4751643a53974759f6764ec4423682627c2e6bb4c4b54000000030000078a
---
description: Learn about personal repository settings in Docker Hub
keywords: Docker Hub, Hub, repositories, settings
title: Personal settings for repositories
linkTitle: Personal settings
toc_max: 3
weight: 50
---

For your account, you can set personal settings for repositories, including
default repository privacy and autobuild notifications.

## Default repository privacy

When creating a new repository in Docker Hub, you are able to specify the
repository visibility. You can also change the visibility at any time in Docker Hub.

The default setting is useful if you use the `docker push` command to push to a
repository that doesn't exist yet. In this case, Docker Hub automatically
creates the repository with your default repository privacy.

### Configure default repository privacy

1. Sign in to [Docker Hub](https://hub.docker.com).
2. Select **My Hub** > **Settings** > **Default privacy**.
3. Select the **Default privacy** for any new repository created.

   - **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.

4. Select **Save**.

## Autobuild notifications

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

### Configure autobuild notifications

1. Sign in to [Docker Hub](https://hub.docker.com).
2. Select **My Hub** > **Repositories** > **Settings** > **Notifications**.
3. Select the notifications to receive by email.

   - **Off**: No notifications.
   - **Only failures**: Only notifications about failed builds.
   - **Everything**: Notifications for successful and failed builds.

4. Select **Save**.

Chunks
1b0b899d (1st chunk of `content/manuals/docker-hub/repos/settings.md`)
Title: Configuring Personal Repository Settings in Docker Hub
Summary
This document describes how to configure personal repository settings in Docker Hub, including setting the default repository privacy (public or private) for new repositories and configuring email notifications for autobuilds (off, only failures, or everything).