mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Merge pull request #892 from achanda/rkt_dns
Enable passing DNS info to the rkt driver
This commit is contained in:
@@ -37,6 +37,11 @@ The `rkt` driver supports the following configuration in the job spec:
|
||||
reachable from the box running the nomad agent. If not specified, the image is
|
||||
run without verifying the image signature.
|
||||
|
||||
* `dns_servers` - (Optional) A list of DNS servers to be used in the containers
|
||||
|
||||
* `dns_search_domains` - (Optional) A list of DNS search domains to be used in
|
||||
the containers
|
||||
|
||||
## Task Directories
|
||||
|
||||
The `rkt` driver currently does not support mounting of the `alloc/` and `local/` directory.
|
||||
|
||||
Reference in New Issue
Block a user