From e674ec4f330687e7576bf8ad43a131668612205a Mon Sep 17 00:00:00 2001 From: Kenta Tada Date: Mon, 21 Aug 2017 21:36:45 +0900 Subject: [PATCH] update RUNC_ROOT description to adjust to runC man --- _docs/connectors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/connectors.md b/_docs/connectors.md index e118dc6..893b334 100644 --- a/_docs/connectors.md +++ b/_docs/connectors.md @@ -16,11 +16,11 @@ DOCKER_HOST | Daemon socket to connect to (default: `unix://var/run/docker.sock` ## 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 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