浏览代码

Fix quote mistake.

Ryan Seto 11 年之前
父节点
当前提交
1da8c50ded
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/use/host_integration.rst

+ 1 - 1
docs/sources/use/host_integration.rst

@@ -54,7 +54,7 @@ Run the following command:
 
 .. code-block:: bash
 
-   $ sudo sh -c "echo DOCKER_OPTS=\"-r=false\" > /etc/default/docker"
+   $ sudo sh -c "echo 'DOCKER_OPTS=\"-r=false\"' > /etc/default/docker"
 
 
 Sample systemd Script