diff --git a/docs/sources/use/port_redirection.rst b/docs/sources/use/port_redirection.rst index 38d6b98841..ba244adadb 100644 --- a/docs/sources/use/port_redirection.rst +++ b/docs/sources/use/port_redirection.rst @@ -128,7 +128,7 @@ The ``client`` then links to the ``server``: .. code-block:: bash # Link - docker run -name client -link server:linked-server + docker run --name client --link server:linked-server ``client`` locally refers to ``server`` as ``linked-server``. The following environment variables, among others, are available on