mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
Bump minimum required rkt version; update docs
Make section names match between docker and rkt
This commit is contained in:
committed by
Michael Schurter
parent
3d828aad9c
commit
f23cd482c7
@@ -315,7 +315,7 @@ Some networking modes like `container` or `none` will require coordination
|
||||
outside of Nomad. First-class support for these options may be improved later
|
||||
through Nomad plugins or dynamic job configuration.
|
||||
|
||||
## Host Requirements
|
||||
## Client Requirements
|
||||
|
||||
Nomad requires Docker to be installed and running on the host alongside the
|
||||
Nomad agent. Nomad was developed against Docker `1.8.2` and `1.9`.
|
||||
@@ -333,7 +333,7 @@ user to the `docker` group so you can run Nomad without root:
|
||||
For the best performance and security features you should use recent versions
|
||||
of the Linux Kernel and Docker daemon.
|
||||
|
||||
## Agent Configuration
|
||||
## Client Configuration
|
||||
|
||||
The `docker` driver has the following [client configuration
|
||||
options](/docs/agent/config.html#options):
|
||||
@@ -392,7 +392,7 @@ client {
|
||||
}
|
||||
```
|
||||
|
||||
## Agent Attributes
|
||||
## Client Attributes
|
||||
|
||||
The `docker` driver will set the following client attributes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user