Remove the redundant word

Change-Id: I56203f53420f1180c0e87f27c779f51430c390c8
This commit is contained in:
baiwenteng 2018-02-09 11:24:34 +08:00
parent f3e0e67c40
commit 2e4b3d3f91

View File

@ -156,7 +156,7 @@ Install and configure components
# mkdir -p /etc/systemd/system/docker.service.d
* Create the file ``/etc/systemd/system/docker.service.d/docker.conf``.
Configure docker to listen to port 2375 as well as the the default
Configure docker to listen to port 2375 as well as the default
unix socket. Also, configure docker to use etcd3 as storage backend:
.. code-block:: ini