dd179255a28f69bdf89d8bf58bc82a97b2af7268
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> Upstream-commit: 0b3c10ac4ddfe3655bac080440a8553269f2307f Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%