mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8023 from nerab/patch-1
Append instead of replace file contents
This commit is contained in:
commit
4b0bb71627
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue