From e10f2bc1b31adac1ad65fc1c8d449adb907e135c Mon Sep 17 00:00:00 2001 From: Joel Kuzmarski Date: Wed, 6 Feb 2019 15:23:27 -0600 Subject: [PATCH] Update configs.md fix typo --- engine/swarm/configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/configs.md b/engine/swarm/configs.md index 23163a220f..99e99eadd4 100644 --- a/engine/swarm/configs.md +++ b/engine/swarm/configs.md @@ -59,7 +59,7 @@ containers, configs are all mounted into `C:\ProgramData\Docker\configs` and symbolic links are created to the desired location, which defaults to `C:\`. -You can set the ownership (`uid` and `gid`) or the config, using either the +You can set the ownership (`uid` and `gid`) for the config, using either the numerical ID or the name of the user or group. You can also specify the file permissions (`mode`). These settings are ignored for Windows containers.