mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update port_redirection.rst
Fix flags
This commit is contained in:
parent
2ad16c88e2
commit
2a5e1abaa9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue