mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
- Added `priviliged` option to task config to allow containers to run in priviliged mode. - Added `dns-servers` option to task config to allow containers to use custom DNS servers - Added `search-domains` option to task config to allow containers to use custom dns search domains - Added authentication options (under key namespace `auth.*`) to allow authentication on a task level for docker remote. - Updated site docs to reflect changes