From 579a780b487930c4d0ceaec4731c4acd03669d3b Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 21 Oct 2024 14:47:10 -0500 Subject: [PATCH] docs: typo in rootless docs Fixes a minor typo in the networking errors section - `Newtork` --> `Network` --- content/manuals/engine/security/rootless.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/security/rootless.md b/content/manuals/engine/security/rootless.md index 54247d6a261..c22f878d263 100644 --- a/content/manuals/engine/security/rootless.md +++ b/content/manuals/engine/security/rootless.md @@ -592,7 +592,7 @@ For information about troubleshooting specific networking issues, see: - [Ping doesn't work](#ping-doesnt-work) - [`IPAddress` shown in `docker inspect` is unreachable](#ipaddress-shown-in-docker-inspect-is-unreachable) - [`--net=host` doesn't listen ports on the host network namespace](#--nethost-doesnt-listen-ports-on-the-host-network-namespace) -- [Newtork is slow](#network-is-slow) +- [Network is slow](#network-is-slow) - [`docker run -p` does not propagate source IP addresses](#docker-run--p-does-not-propagate-source-ip-addresses) #### `docker run -p` fails with `cannot expose privileged port`