From 481e8bcfe241cfa513cc14d8d8f21048a1be2918 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:45:42 +0000 Subject: [PATCH] docs: address issue #24374 (#24375) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Fixed incomplete sentence in Docker Desktop networking documentation. ## Changes - Corrected grammatically incorrect sentence in "How containers connect to the internet" section by changing "view and these networks" to "view and manage these networks" Fixes #24374 --- 🤖 Generated with [Docker Agent](https://github.com/docker/docker-agent) Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com> --- content/manuals/desktop/features/networking/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/features/networking/_index.md b/content/manuals/desktop/features/networking/_index.md index 9a81a9c14f..515dbc91f7 100644 --- a/content/manuals/desktop/features/networking/_index.md +++ b/content/manuals/desktop/features/networking/_index.md @@ -39,7 +39,7 @@ The following table summarizes typical setups in more detail: ## How containers connect to the internet -Each Linux container in Docker Desktop runs inside a small virtual network managed by Docker and every container is attached to a Docker-managed network and receives its own internal IP address. You can view and these networks with `docker network ls`, `docker network create`, and `docker network inspect`. They are managed by the [`daemon.json`](/manuals/engine/daemon/_index.md). +Each Linux container in Docker Desktop runs inside a small virtual network managed by Docker and every container is attached to a Docker-managed network and receives its own internal IP address. You can view and manage these networks with `docker network ls`, `docker network create`, and `docker network inspect`. They are managed by the [`daemon.json`](/manuals/engine/daemon/_index.md). When a container initiates a network request, for example with `apt-get update` or `docker pull`: