This fix is part of the effort to convert commands to spf13/cobra #23211. Thif fix coverted command `docker history` to use spf13/cobra Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Moves image command rmi to `api/client/image/remove.go` and use cobra :) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
- Move image command search to `api/client/image/search.go` - Use cobra :) Signed-off-by: Vincent Demeester <vincent@sbr.pm>