1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

typo: s/connexions/connections

Upstream-commit: db0ccaac9b4e9e12d4e33e5d48e437771aaf8dcd
Component: engine
This commit is contained in:
Michael Gorsuch
2013-08-03 22:11:59 -05:00
parent 6b62e3168d
commit e591df1e08

View File

@@ -163,7 +163,7 @@ Then reload UFW:
UFW's default set of rules denied all `incoming`, so if you want to be able to reach your containers from another host,
you should allow incoming connexions on the docker port (default 4243):
you should allow incoming connections on the docker port (default 4243):
.. code-block:: bash