mirror of https://github.com/docker/docs.git
Append instead of replace file contents
I think the `DOCKER_OPTS` should be appended to `/etc/default/docker` and not replace the entire contents.
This commit is contained in:
parent
23f490427f
commit
81357e12e7
|
@ -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 New Issue