mirror of https://github.com/docker/docs.git
Merge pull request #21194 from jbowdre/fix_typo
docs: typo in rootless docs
This commit is contained in:
commit
9c41bb6d0d
|
@ -592,7 +592,7 @@ For information about troubleshooting specific networking issues, see:
|
||||||
- [Ping doesn't work](#ping-doesnt-work)
|
- [Ping doesn't work](#ping-doesnt-work)
|
||||||
- [`IPAddress` shown in `docker inspect` is unreachable](#ipaddress-shown-in-docker-inspect-is-unreachable)
|
- [`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)
|
- [`--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` does not propagate source IP addresses](#docker-run--p-does-not-propagate-source-ip-addresses)
|
||||||
|
|
||||||
#### `docker run -p` fails with `cannot expose privileged port`
|
#### `docker run -p` fails with `cannot expose privileged port`
|
||||||
|
|
Loading…
Reference in New Issue