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
The "Query State" operation "MUST return the state of a container as specified in the State section." The State section defines the pid field as follows:
pid (int, REQUIRED when status is created or running on Linux, OPTIONAL on other platforms) is the ID of the container process.
For hooks executed in the runtime namespace, it is the pid as seen by the runtime.
For hooks executed in the container namespace, it is the pid as seen by the container.
"Query State" operation is not a hook, so it is ambiguous whether it should return the container pid as seen by the runtime or as seen by the container.
The text was updated successfully, but these errors were encountered:
The "Query State" operation "MUST return the state of a container as specified in the State section." The State section defines the
pid
field as follows:"Query State" operation is not a hook, so it is ambiguous whether it should return the container pid as seen by the runtime or as seen by the container.
The text was updated successfully, but these errors were encountered: