mirror of https://github.com/docker/docs.git
Tweaks
This commit is contained in:
parent
85bcea8ac1
commit
33857cfe29
|
@ -911,9 +911,10 @@ the service's task containers.
|
||||||
- `mode`: The permissions for the file that will be mounted in `/run/secrets/`
|
- `mode`: The permissions for the file that will be mounted in `/run/secrets/`
|
||||||
in the service's task containers, in octal notation. For instance, `0444`
|
in the service's task containers, in octal notation. For instance, `0444`
|
||||||
represents world-readable. The default in Docker 1.13.1 is `0000`, but will
|
represents world-readable. The default in Docker 1.13.1 is `0000`, but will
|
||||||
be `0444` in the future. Secrets cannot be writable, but the executable bit
|
be `0444` in the future. Secrets cannot be writable because they are mounted
|
||||||
can be set. If you aren't familiar with UNIX file permission modes, you
|
in a temporary filesystem, so if you set the writable bit, it is ignored. The
|
||||||
may find this
|
executable bit can be set. If you aren't familiar with UNIX file permission
|
||||||
|
modes, you may find this
|
||||||
[permissions calculator](http://permissions-calculator.org/){: target="_blank" class="_" }
|
[permissions calculator](http://permissions-calculator.org/){: target="_blank" class="_" }
|
||||||
useful.
|
useful.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue