Files
Kannan J 40b0d5b09b Fix the code parsing docker container port mapping output (#39159)
The output from docker port  is like
```
docker port 8f64a57ed2e0 80
0.0.0.0:80
[::]:80
```
so we need to split the command output by newline to get the first line first.  This should fix fusion2/38341cca-a598-481f-ba69-b2ee99e6e40f

Closes #39159

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/39159 from kannanjgithub:fix_docker_port_subprocess 08b0f95d42889e633eac955c16ec8f09ab1cffdc
PiperOrigin-RevId: 744851832
2025-04-07 14:34:48 -07:00

5.4 KiB
Executable File