mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
This fix is the follow up of the last commit. In this fix: 1. If any of the parents of a command has tags, then this command's `Args` (Args validation func) will be wrapped up. The warpped up func will check to see if the feature is supported or not. If it is not supported, then a not supported message is generated instead. This fix is related to 28626. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> |
||
|---|---|---|
| .. | ||
| daemon_none.go | ||
| daemon_none_test.go | ||
| daemon_unit_test.go | ||
| daemon_unix.go | ||
| docker.go | ||
| docker_test.go | ||
| docker_windows.go | ||