Fix and document dns: option
Closes #240. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
0021a06468
commit
140ced6a3b
3 changed files with 27 additions and 7 deletions
11
docs/yml.md
11
docs/yml.md
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue