Ver código fonte

Fix quote mistake.

Ryan Seto 11 anos atrás
pai
commit
1da8c50ded
1 arquivos alterados com 1 adições e 1 exclusões
  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
 .. 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
 Sample systemd Script