Merge pull request #86 from kentaost/runc-root-description

update RUNC_ROOT description to adjust to runC man
This commit is contained in:
bradley 2017-08-22 15:22:19 +09:00 committed by GitHub
commit f196999c67

View File

@ -16,11 +16,11 @@ DOCKER_HOST | Daemon socket to connect to (default: `unix://var/run/docker.sock`
## RunC ## RunC
Using this connector requires full privileges to the local runC root dir (default: `/run/runc`) Using this connector requires full privileges to the local runC root dir of container state (default: `/run/runc`)
#### Options #### Options
Var | Description Var | Description
--- | --- --- | ---
RUNC_ROOT | path to runc root (default: `/run/runc`) RUNC_ROOT | path to runc root for container state (default: `/run/runc`)
RUNC_SYSTEMD_CGROUP | if set, enable systemd cgroups RUNC_SYSTEMD_CGROUP | if set, enable systemd cgroups