From fae0971421eaed5910e9c71b56668948267902d5 Mon Sep 17 00:00:00 2001 From: Roman Klevtsov Date: Fri, 18 Oct 2024 10:05:59 +0100 Subject: [PATCH] Add info about default public images at docker hub --- docs/configuration/docker-registry.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/docker-registry.md b/docs/configuration/docker-registry.md index cf2f2ad..87c58b7 100644 --- a/docs/configuration/docker-registry.md +++ b/docs/configuration/docker-registry.md @@ -8,6 +8,8 @@ title: Registry The default registry is Docker Hub, but you can change it using `registry/server`. +By default, Docker Hub creates public repositories. To avoid making your images public, set up a private repository before deploying, or change the default repository privacy settings to private in your [Docker Hub settings](https://hub.docker.com/repository-settings/default-privacy). + A reference to a secret (in this case, `DOCKER_REGISTRY_TOKEN`) will look up the secret in the local environment: