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 8a226ed643 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>
2016-12-02 13:42:50 -08:00
..
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
create.go Modify reponame to PLUGIN and fix some typos 2016-11-25 23:09:46 +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-25 04:07:06 +08:00
inspect.go Allow docker plugin inspect to search based on ID or name 2016-12-01 10:44:17 -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-02 13:42:50 -08:00
push.go Modify reponame to PLUGIN and fix some typos 2016-11-25 23:09:46 +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