The Docker CLI
Go to file
Yong Tang 43fdd6f2fa Use spf13/cobra for docker commit
This fix is part of the effort to convert commands to spf13/cobra #23211.

Thif fix coverted command `docker commit` to use spf13/cobra

NOTE: `RequiresMinMaxArgs()` has been renamed to `RequiresRangeArgs()`.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-06-08 19:00:58 -07:00
cobraadaptor Use spf13/cobra for docker commit 2016-06-08 19:00:58 -07:00
flags Cleanup the structure of the cli package. 2016-04-27 14:25:47 -04:00
cli.go cli: remove unnecessary initErr type 2016-05-23 13:04:10 -07:00
flagerrors.go Convert 'docker create' to use cobra and pflag 2016-06-04 13:57:30 +02:00
required.go Use spf13/cobra for docker commit 2016-06-08 19:00:58 -07:00
usage.go Use spf13/cobra for docker commit 2016-06-08 19:00:58 -07:00