File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1798,8 +1798,8 @@ the service's task containers.
1798
1798
specified.
1799
1799
- `mode` : The permissions for the file to be mounted in `/run/secrets/`
1800
1800
in the service's task containers, in octal notation. For instance, `0444`
1801
- represents world-readable. The default in Docker 1.13.1 is `0000`, but is
1802
- be `0444` in newer versions. Secrets cannot be writable because they are mounted
1801
+ represents world-readable. The default in Docker 1.13.1 is `0000`, but it is
1802
+ ` 0444` in newer versions. Secrets cannot be writable because they are mounted
1803
1803
in a temporary filesystem, so if you set the writable bit, it is ignored. The
1804
1804
executable bit can be set. If you aren't familiar with UNIX file permission
1805
1805
modes, you may find this
You can’t perform that action at this time.
0 commit comments