We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to use two Docker stater based project at the same time.
And project A needs to talk to project B.
It works well on Linux but as the network_mode "host" is not available on MacOS and Windows, we are stuck.
docker-starter/infrastructure/docker/docker-compose.docker-for-x.yml
Lines 7 to 8 in 7ae34d5
We added this on our frontend from project A:
frontend: build: services/frontend extra_hosts: - 'project-b.test:172.17.0.1' # Allow talking to project B, docker0 IP
The text was updated successfully, but these errors were encountered:
If you control both projet, you can put both projets in the same docker network. Then to access a container, use its name
Sorry, something went wrong.
Closing, as explained :)
No branches or pull requests
We want to use two Docker stater based project at the same time.
And project A needs to talk to project B.
It works well on Linux but as the network_mode "host" is not available on MacOS and Windows, we are stuck.
docker-starter/infrastructure/docker/docker-compose.docker-for-x.yml
Lines 7 to 8 in 7ae34d5
docker/for-mac#1031
We added this on our frontend from project A:
The text was updated successfully, but these errors were encountered: