Fix and document dns: option

Closes #240.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2014-07-17 18:11:50 -07:00
commit 140ced6a3b
3 changed files with 27 additions and 7 deletions

View file

@ -118,3 +118,14 @@ net: "none"
net: "container:[name or id]"
net: "host"
```
### dns
Custom DNS servers. Can be a single value or a list.
```
dns: 8.8.8.8
dns:
- 8.8.8.8
- 9.9.9.9
```