Files
docker-cli/command
Yong Tang 86a07d3fec 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
..
2016-11-08 16:17:15 -08:00
2016-12-02 13:42:50 -08:00
2016-10-25 06:43:54 +00:00
2016-12-16 12:27:31 -05:00
2016-09-19 10:34:31 -07:00
2016-12-09 14:27:53 -08:00