We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fd4e55 + 0f7d250 commit 512dd42Copy full SHA for 512dd42
podman/domain/networks.py
@@ -44,7 +44,7 @@ def containers(self):
44
"""list[Container]: Returns list of Containers connected to network."""
45
with suppress(KeyError):
46
container_manager = ContainersManager(client=self.client)
47
- return [container_manager.get(ident) for ident in self.attrs["Containers"].keys()]
+ return [container_manager.get(ident) for ident in self.attrs["containers"].keys()]
48
return []
49
50
@property
0 commit comments