Browse code

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

Ryan Seto authored on 2013/11/19 11:23:00
Showing 1 changed files
... ...
@@ -54,7 +54,7 @@ Run the following command:
54 54
 
55 55
 .. code-block:: bash
56 56
 
57
-   $ sudo sh -c 'echo DOCKER_OPTS="-r=false" > /etc/default/docker'
57
+   $ sudo sh -c "echo DOCKER_OPTS=\"-r=false\" > /etc/default/docker"
58 58
 
59 59
 
60 60
 Sample systemd Script