mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
1. rename it from ValidateMountMode to ValidMountMode Because it's a function simply check mount mode is valid or not. 2. remove the rw check return value It's not supposed to be combined into this function, and we already have a function for that check. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com> Upstream-commit: c99ed5ae5d0a9167ead73a798b02600ad40651f2 Component: engine