mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 13:11:30 +00:00
Update port_redirection.rst
Fix flags
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user