diff --git a/docs/reference/commandline/service_create.md b/docs/reference/commandline/service_create.md index dcd0a851b5..442df249e3 100644 --- a/docs/reference/commandline/service_create.md +++ b/docs/reference/commandline/service_create.md @@ -394,7 +394,7 @@ volumes in a service:

The Engine mounts binds and volumes read-write unless readonly option is given when mounting the bind or volume. Note that setting readonly for a - bind-mount does not make its submounts readonly on the current Linux implementation. See also bind-nonrecursive.

+ bind-mount may not make its submounts readonly depending on the kernel version. See also bind-recursive.