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
@zjumoon01 could you share your usage here? the execID seems useless thing I guess. Thanks
It is an ops method. Sometimes "exec" is not exited correctly because some bug on docker environment. So inspecting ExecIDs is useful to debug. It will be useful in pouch debug.
Ⅰ. Issue Description
pouch inspect -f {{.ExecIDs}} is not supported.
Ⅱ. Describe what happened
It returned error.
Ⅲ. Describe what you expected to happen
It should return its ExecIDs.
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
In fact, {{.ExecIds}} is supported. But "ExecIds" is a variable in code , not json string.
Pouch should support ExecIDs, not ExecIds
Ⅵ. Environment:
pouch version
): 1.2.0uname -a
): 4.9The text was updated successfully, but these errors were encountered: