From fc159c9992a2c0c443e513df1df41756cab730de Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Thu, 12 Feb 2026 22:56:24 +0100 Subject: [PATCH] docs: document TART_REGISTRY_HOSTNAME (#1195) --- docs/integrations/vm-management.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/integrations/vm-management.md b/docs/integrations/vm-management.md index ab21065..9e85341 100644 --- a/docs/integrations/vm-management.md +++ b/docs/integrations/vm-management.md @@ -116,7 +116,9 @@ In addition, Tart supports [Docker credential helpers](https://docs.docker.com/e if defined in `~/.docker/config.json`. Finally, `TART_REGISTRY_USERNAME` and `TART_REGISTRY_PASSWORD` environment variables allow to override authorization -for all registries which might useful for integrating with your CI's secret management. +for all registries, which might be useful for integrating with your CI's secret management. + +You can also set the `TART_REGISTRY_HOSTNAME` environment variable to apply these overrides only to a specific host. ### Pushing a Local Image