1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Merge pull request #18792 from moxiegirl/fix-typo

Fixing typo reported by @projectvalis
Upstream-commit: fb879e849d6a895edab097c8feed3b5f71f33770
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2015-12-19 22:21:41 +01:00

View File

@@ -20,7 +20,7 @@ introduction of the Docker networks feature, you can still create links but they
are only supported on the default `bridge` network named `bridge` and appearing
in your network stack as `docker0`.
This section briefly discuss connecting via a network port and then goes into
This section briefly discusses connecting via a network port and then goes into
detail on container linking. While links are still supported on Docker's default
network (`bridge`), you should avoid them in preference of the Docker
networks feature. Linking is expected to be deprecated and removed in a future