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
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
When I query the Network and associated Containers on Docker CLI, I get the following:
I can get the list of containers associated with that Network. the key for those container is the ID of that container (in this case
9e70c...
).However, when I use this dockerclient lib, the key becomes the Endpoint with an added substring of
ep-
Since I need to report the Container ID, I need to make an extra call to list the containers and match the name to the ID.
Would it be possible to get the container ID as the key when inspecting networks ?
Thanks
The text was updated successfully, but these errors were encountered: