Explorar el Código

Correct the quotations in the command to add the -r=false flag. Thanks to @tianon for pointing this out.

Ryan Seto hace 11 años
padre
commit
194d4b9376
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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