1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix quote mistake.

This commit is contained in:
Ryan Seto 2013-11-19 12:14:39 -05:00
parent 194d4b9376
commit 1da8c50ded

View file

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