Explorar el Código

Merge pull request #18696 from mqliang/patch-1

fix typo in dockerlinks.md
Sebastiaan van Stijn hace 9 años
padre
commit
39fea54b2b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/userguide/networking/default_network/dockerlinks.md

+ 1 - 1
docs/userguide/networking/default_network/dockerlinks.md

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