1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command/plugin
Yong Tang c015a2a1a6 Add ID field for docker plugin ls
This fix tries to address the enhancement proposed in 28708 to display
ID field for the output of `docker plugin ls`.

This fix add `ID` field to the output of `docker plugin ls`

Related docs has been updated.

This fix fixes 28708.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
(cherry picked from commit 8a226ed643)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2016-12-05 00:38:57 -08:00
..
cmd.go refactor help func in CLI 2016-11-18 13:30:44 -08:00
create.go Modify reponame to PLUGIN and fix some typos 2016-11-28 11:23:58 -08:00
disable.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
enable.go Add options for docker plugin enable and fix some typos 2016-11-28 11:21:20 -08:00
inspect.go Allow docker plugin inspect to search based on ID or name 2016-12-02 13:39:37 -08:00
install.go support settings in docker plugins install 2016-11-07 22:49:22 -08:00
list.go Add ID field for docker plugin ls 2016-12-05 00:38:57 -08:00
push.go Modify reponame to PLUGIN and fix some typos 2016-11-28 11:23:58 -08:00
remove.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
set.go support settings in docker plugins install 2016-11-07 22:49:22 -08:00