update swarm-config.md, fix typo

update swarm-config.md, fix typo
This commit is contained in:
Anton Romanov 2019-01-01 12:23:22 +08:00 committed by GitHub
parent f7c7b58a78
commit 92f6c3b169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ You can set the ownership (`uid` and `gid`) or 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.
- If not set, the config is owned by the user and that running the container
- If not set, the config is owned by the user which is running the container
command (often `root`) and that user's default group (also often `root`).
- If not set, the config has world-readable permissions (mode `0444`), unless a
`umask` is set within the container, in which case the mode is impacted by