mirror of https://github.com/docker/docs.git
Updated chmod permission calculator links (#15337)
Signed-off-by: Adithya Krishna <adikrish@redhat.com> Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
parent
db5bbf6240
commit
9888da23c3
|
@ -44,7 +44,7 @@ Desktop. For more information, see [Docker Desktop fails to start when anti-viru
|
|||
Docker Desktop does not enable you to control (`chmod`)
|
||||
the Unix-style permissions on [shared volumes](../settings/windows.md#file-sharing) for
|
||||
deployed containers, but rather sets permissions to a default value of
|
||||
[0777](http://permissions-calculator.org/decode/0777/){: target="_blank" rel="noopener" class="_"}
|
||||
[0777](https://chmodcommand.com/chmod-0777/){: target="_blank" rel="noopener" class="_"}
|
||||
(`read`, `write`, `execute` permissions for `user` and for
|
||||
`group`) which is not configurable.
|
||||
|
||||
|
|
|
@ -117,7 +117,7 @@ File share settings are:
|
|||
> better if they are stored in the Linux VM, using a [data volume](../../storage/volumes.md)
|
||||
> (named volume) or [data container](../../storage/volumes.md).
|
||||
> * Docker Desktop sets permissions to read/write/execute for users, groups and
|
||||
> others [0777 or a+rwx](http://permissions-calculator.org/decode/0777/).
|
||||
> others [0777 or a+rwx](https://chmodcommand.com/chmod-0777/).
|
||||
> This is not configurable. See [Permissions errors on data directories for shared volumes](../troubleshoot/topics.md).
|
||||
> * Windows presents a case-insensitive view of the filesystem to applications while Linux is case-sensitive.
|
||||
> On Linux, it is possible to create two separate files: `test` and `Test`,
|
||||
|
|
|
@ -71,7 +71,7 @@ in the Apple documentation, and Docker Desktop [Mac system requirements](../inst
|
|||
#### Permissions errors on data directories for shared volumes
|
||||
|
||||
When sharing files from Windows, Docker Desktop sets permissions on [shared volumes](../settings/windows.md#file-sharing)
|
||||
to a default value of [0777](http://permissions-calculator.org/decode/0777/)
|
||||
to a default value of [0777](https://chmodcommand.com/chmod-0777/)
|
||||
(`read`, `write`, `execute` permissions for `user` and for `group`).
|
||||
|
||||
The default permissions on shared volumes are not configurable. If you are
|
||||
|
|
Loading…
Reference in New Issue