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 82a2e7b commit 0303d47Copy full SHA for 0303d47
modules/generic/testcontainers/generic/server.py
@@ -31,8 +31,8 @@ class ServerContainer(DockerContainer):
31
... delay = wait_for_logs(srv, "GET / HTTP/1.1")
32
33
34
- :param path: Path to the Dockerfile to build the image
35
- :param tag: Tag for the image to be built (default: None)
+ :param port: Port to be exposed on the container.
+ :param image: Docker image to be used for the container.
36
"""
37
38
def __init__(self, port: int, image: Union[str, DockerImage]) -> None:
0 commit comments