From 13f73f0154817b14ea9f486bbb323da981fb9778 Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf Date: Fri, 17 Jul 2026 13:35:00 -0700 Subject: [PATCH] Reword DNS container name resolution doc information Signed-off-by: Kathryn Baldauf --- docs/tutorials/start-here.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/start-here.md b/docs/tutorials/start-here.md index 933b55329..131e1ba9a 100644 --- a/docs/tutorials/start-here.md +++ b/docs/tutorials/start-here.md @@ -113,7 +113,7 @@ sudo container system dns create test Enter your administrator password when prompted. The first command requires administrator privileges to create a file containing the domain configuration under the `/etc/resolver` directory, and to tell the macOS DNS resolver to reload its configuration files. -With the domain set to `test`, if you use `--name my-web-server` to start a container, queries to `my-web-server.test` will respond with that container's IP address. You can customize the domain in `~/.config/container/config.toml`. +See [Customize `container` default configuration values](./container-system-config-tutorial.md) for instructions on how to set the default domain name that the `container` service uses for container name resolution on the host. With the default domain set to `test`, if you use `--name my-web-server` to start a container, queries to `my-web-server.test` will respond with that container's IP address. ## Build an image @@ -198,7 +198,7 @@ Open the website, using the container's IP address in the URL: open http://192.168.64.3 ``` -If you configured the local domain `test` earlier in the tutorial, you can also open the page with the full hostname for the container: +If you configured the default domain name `test` for the `container` service earlier in the tutorial, you can also open the page with the full hostname for the container: ```bash open http://my-web-server.test