moby--moby/plugin
Yong Tang 0b3c10ac4d Fix `docker plugin inspect <unkown object>` issue on Windows
This fix is a follow up for comment:
https://github.com/docker/docker/pull/29186/files#r91277345

While #29186 addresses the issue of `docker inspect <unknown object>`
on Windows, it actually makes `docker plugin inspect <unknown object>`
out `object not found` on Windows as well. This is actually misleading
as plugin is not supported on Windows.

This fix reverted the change in #29186 while at the same time,
checks `not supported` in `docker inspect <unknown object>` so that
- `docker plugin inspect <unknown object>` returns `not supported` on Windows
- `docker inspect <unknown object>` returns `not found` on Windows

This fix is related to #29186 and #29185.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-12-20 21:05:10 -08:00
..
distribution Merge pull request #29230 from vieux/remove_old_media_type_plugin 2016-12-12 12:43:32 -08:00
store Merge pull request #29281 from anusha-ragunathan/fix_race 2016-12-09 12:47:39 -08:00
v2 fix devices in plugins 2016-12-15 15:35:53 -08:00
backend_linux.go Merge pull request #29372 from tophj-ibm/fix-plugin-disable-error 2016-12-15 09:18:35 +01:00
backend_unsupported.go Fix `docker plugin inspect <unkown object>` issue on Windows 2016-12-20 21:05:10 -08:00
manager.go Merge pull request #29423 from unclejack/api_cli_integ_return 2016-12-17 21:30:47 +01:00
manager_linux.go Fix issues with plugin and `--live-restore` 2016-12-13 16:11:59 -05:00
manager_solaris.go Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00
manager_windows.go Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00