Merge pull request #4619 from dgageot/patch-1

Update port_redirection.rst
This commit is contained in:
Sven Dowideit 2014-03-13 09:31:16 +10:00
commit 94f2d52405
1 changed files with 1 additions and 1 deletions

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