소스 검색

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