Przeglądaj źródła

Merge pull request #8023 from nerab/patch-1

Append instead of replace file contents
Fred Lifton 10 lat temu
rodzic
commit
4b0bb71627
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 `-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