File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ container exposes will be made available to your test suite via environment
38
38
variables of the form ` <image-basename>_<exposed-port>_<proto> ` . For
39
39
instance, for the postgresql container, there will be an environment
40
40
variable ` POSTGRES_5432_TCP ` whose value is the ephemeral port number that
41
- docker has bound the container's port 5432 to.
42
- NB! Since it's not possible to check whether UDP port is open
43
- it's just mapping to environment variable without any checks that service up and running.
41
+ docker has bound the container's port 5432 to.
42
+
43
+ Likewise, exposed UDP ports will have environment variables like
44
+ ` TELEGRAF_8092_UDP ` whose value is the ephemeral port number that docker has
45
+ bound. NB! Since it's not possible to check whether UDP port is open it's
46
+ just mapping to environment variable without any checks that service up and
47
+ running.
You can’t perform that action at this time.
0 commit comments