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
inspect_container(container)
Identical to the docker inspect command, but only for containers.
Parameters
container (str) – The container to inspect
Returns
Similar to the output of docker inspect, but as a single dict
Return type
(dict)
Raises
docker.errors.APIError – If the server returns an error.