Преглед на файлове

Merge pull request #8023 from nerab/patch-1

Append instead of replace file contents
Fred Lifton преди 10 години
родител
ревизия
4b0bb71627
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/sources/articles/host_integration.md

+ 1 - 1
docs/sources/articles/host_integration.md

@@ -42,7 +42,7 @@ it:
 Next, we have to configure docker so that it's run with the option
 Next, we have to configure docker so that it's run with the option
 `-r=false`. Run the following command:
 `-r=false`. Run the following command:
 
 
-    $ 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