1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/opts
Qiang Huang c99ed5ae5d Change return value for ValidateMountMode
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>
2015-08-24 17:28:19 +08:00
..
envfile.go Add test coverage to opts and refactor 2015-07-12 10:33:30 +02:00
envfile_test.go Add test coverage to opts and refactor 2015-07-12 10:33:30 +02:00
hosts_unix.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
hosts_windows.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
ip.go Add test coverage to opts and refactor 2015-07-12 10:33:30 +02:00
ip_test.go Add test coverage to opts and refactor 2015-07-12 10:33:30 +02:00
opts.go Change return value for ValidateMountMode 2015-08-24 17:28:19 +08:00
opts_test.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
ulimit.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
ulimit_test.go Add and modify tests for legacy and new daemon invokations 2015-07-23 20:31:43 -04:00