From c83c5df81ccfbcfe4d2a9c99563ac5db57847845 Mon Sep 17 00:00:00 2001 From: immarvin Date: Thu, 21 Jan 2016 21:42:19 -0500 Subject: [PATCH] correct a typo --- docs/source/advanced/docker/run_xcat_in_docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/advanced/docker/run_xcat_in_docker.rst b/docs/source/advanced/docker/run_xcat_in_docker.rst index fa84e5ca2..6d153d3b6 100644 --- a/docs/source/advanced/docker/run_xcat_in_docker.rst +++ b/docs/source/advanced/docker/run_xcat_in_docker.rst @@ -35,7 +35,7 @@ Create a customized bridge on the Docker host **Docker containers** connect to the Docker host network via a network bridge. To run xCAT in Docker, you should create a customized bridge according to the cluster network plan, instead of the default bridge "docker0". -Since the commands to create the bridge will break the network connection on "eth0", you'd better create a script such as "mkbridge" to create the bridge instead of running the commands sequencially. As an example, create a bridge "br0" and attach the network interface "eth0" to it. :: +Since the commands to create the bridge will break the network connection on "eth0", you'd better create a script such as "mkbridge" to create the bridge instead of running the commands sequentially. As an example, create a bridge "br0" and attach the network interface "eth0" to it. :: [root@dockerhost1 ~]# cat /tmp/mkbridge #!/bin/bash