Update port_redirection.rst

Fix flags
Upstream-commit: 2a5e1abaa93b0081446420cae9d6d7d3892b6d75
Component: engine
This commit is contained in:
David Gageot
2014-03-12 15:42:10 +01:00
parent e1d60948d6
commit ec32d7aa38

View File

@ -128,7 +128,7 @@ The ``client`` then links to the ``server``:
.. code-block:: bash
# 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
following environment variables, among others, are available on