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

This commit is contained in:
Ryan Seto 2013-11-18 21:23:00 -05:00
parent 76ee860ece
commit 194d4b9376

View file

@ -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