Explorar o código

Update port_redirection.rst

Fix flags
David Gageot %!s(int64=11) %!d(string=hai) anos
pai
achega
2a5e1abaa9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/sources/use/port_redirection.rst

+ 1 - 1
docs/sources/use/port_redirection.rst

@@ -128,7 +128,7 @@ The ``client`` then links to the ``server``:
 .. code-block:: bash
 .. code-block:: bash
 
 
     # Link
     # Link
-    docker run -name client -link server:linked-server <image> <cmd>
+    docker run --name client --link server:linked-server <image> <cmd>
 
 
 ``client`` locally refers to ``server`` as ``linked-server``. The
 ``client`` locally refers to ``server`` as ``linked-server``. The
 following environment variables, among others, are available on
 following environment variables, among others, are available on