You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command pouch inspect does not output an array, output a map struct instread. which make stale orchastration system(like swarm) cannot correctlty unmarshal the response of api /containers/xxxx/json.
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
pouch version (use pouch version):
OS (e.g. from /etc/os-release):
Kernel (e.g. uname -a):
Install tools:
Others:
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. Actually you are right. It is an incompatibility with docker cli. However it is a client side incompatibility rather than API side.
@faycheng Could you help finish this feature? inspect related feature is implemented by you. It could not be better if you help to make inspect output an array.
Ⅰ. Issue Description
command
pouch inspect
does not output an array, output a map struct instread. which make stale orchastration system(like swarm) cannot correctlty unmarshal the response of api /containers/xxxx/json.Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
pouch version
):uname -a
):The text was updated successfully, but these errors were encountered: