-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[grid] Dynamic Grid working properly on Linux
Docker Networking is a little different in Linux and the approach of mapping a port and relying on the Docker daemon url is not enough, we need to use the container's IP and there is no need to map a port to the host for that. And after testing this approach in different OS, we can make this behaviour the default for Dynamic Grid, so we do not need to use the PortProber when we run inside Docker.
- Loading branch information
Showing
2 changed files
with
62 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters