From 6536314d338402d3f59d63524384d3f0e3664294 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 3 Sep 2015 09:48:33 -0700 Subject: [PATCH] config: Reword the mount-point path description The colon-separated form works, but it took me a reread to understand what it meant. Signed-off-by: W. Trevor King --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index 0dabd2933..0e9eaf44c 100644 --- a/config.md +++ b/config.md @@ -40,7 +40,7 @@ You can add array of mount points inside container as `mounts`. Each record in this array must have configuration in [runtime config](runtime-config.md#mount-configuration). * **name** (string, required) Name of mount point. Used for config lookup. -* **path** (string, required) Destination of mount point: path inside container. +* **path** (string, required) Mount destination in the container filesystem. *Example*