website/docs: clarify docker

This commit is contained in:
Mitchell Hashimoto 2014-04-09 14:31:22 -07:00
parent e5d1d681d9
commit b26a3c88aa
1 changed files with 11 additions and 0 deletions

View File

@ -167,3 +167,14 @@ Vagrant.configure("2") do |config|
end
end
```
## Other
This section documents some other things related to the Docker provisioner
that are generally useful to know if you're using this provisioner.
### Customize `/etc/default/docker`
To customize this file, use a shell provisioner before the Docker provisioner
that sets this file up. The Docker provisioner will not modify this file
in a destructive way.