You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
I'm setting up an integration test on cloud build and am starting a set of containers that I'd like to be able to communicate. I used an approach similar to the one recommended here: https://stackoverflow.com/a/52400857/8115327
Basically I am using build steps executing docker-compose to create the containers and add them to the cloudbuild network. I was expecting to be able to address them via their container names but they are not finding each other.
What is the recommended way to have containers able to communicate to each other via container name?
The text was updated successfully, but these errors were encountered:
I'm setting up an integration test on cloud build and am starting a set of containers that I'd like to be able to communicate. I used an approach similar to the one recommended here: https://stackoverflow.com/a/52400857/8115327
Basically I am using build steps executing docker-compose to create the containers and add them to the cloudbuild network. I was expecting to be able to address them via their container names but they are not finding each other.
What is the recommended way to have containers able to communicate to each other via container name?
The text was updated successfully, but these errors were encountered: