From e445caadb0bc1790faa9857d04b7a74f7753b471 Mon Sep 17 00:00:00 2001 From: Ryan Seto Date: Mon, 18 Nov 2013 21:23:00 -0500 Subject: [PATCH] Correct the quotations in the command to add the -r=false flag. Thanks to @tianon for pointing this out. Upstream-commit: 194d4b93768c49f0d76a5da8943446efbea879ca Component: engine --- components/engine/docs/sources/use/host_integration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/use/host_integration.rst b/components/engine/docs/sources/use/host_integration.rst index bef996a71e..4c705a1c04 100644 --- a/components/engine/docs/sources/use/host_integration.rst +++ b/components/engine/docs/sources/use/host_integration.rst @@ -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