summaryrefslogtreecommitdiff
path: root/docs/sources/use/networking.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/use/networking.rst')
-rw-r--r--docs/sources/use/networking.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sources/use/networking.rst b/docs/sources/use/networking.rst
index c00c608550..59c63ed674 100644
--- a/docs/sources/use/networking.rst
+++ b/docs/sources/use/networking.rst
@@ -121,8 +121,8 @@ Container intercommunication
The value of the Docker daemon's ``icc`` parameter determines whether
containers can communicate with each other over the bridge network.
-- The default, ``-icc=true`` allows containers to communicate with each other.
-- ``-icc=false`` means containers are isolated from each other.
+- The default, ``--icc=true`` allows containers to communicate with each other.
+- ``--icc=false`` means containers are isolated from each other.
Docker uses ``iptables`` under the hood to either accept or
drop communication between containers.