Correct the quotations in the command to add the -r=false flag. Thanks to @tianon for pointing this out.
Upstream-commit: 194d4b93768c49f0d76a5da8943446efbea879ca Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user