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 5d284eb commit cd7c04eCopy full SHA for cd7c04e
core/testcontainers/core/container.py
@@ -39,6 +39,8 @@ class DockerContainer:
39
:code:`get_exposed_port(PORT)` method to get the port number on the host.
40
volumes: Volumes to mount into the container. Each entry should be a tuple with
41
three values: host path, container path and. mode (default 'ro').
42
+ network: Optional network to connect the container to.
43
+ network_aliases: Optional list of aliases for the container in the network.
44
45
.. doctest::
46
0 commit comments