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.
1 parent c778098 commit 9474faaCopy full SHA for 9474faa
testcontainers/core/container.py
@@ -78,6 +78,7 @@ def __del__(self):
78
pass
79
80
def get_container_host_ip(self) -> str:
81
+ # https://github.com/testcontainers/testcontainers-go/blob/dd76d1e39c654433a3d80429690d07abcec04424/docker.go#L644
82
# if os env TC_HOST is set, use it
83
if os.environ.get('TC_HOST') is not None:
84
return os.environ.get('TC_HOST')
0 commit comments