-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Windows installer to create a user-defined network for modules (…
…#627) Currently on Windows, we create all modules (edgeAgent, edgeHub, and any others) on the default 'nat' network, due to Docker for Windows constraints IIRC. On Linux, we provide useful isolation by creating edgeAgent on the default 'bridge' network so it can talk to `iotedged`, but then all other modules are on their own, user-defined network, named 'azure-iot-edge'. They can freely communicate with one another without the need to expose ports to the host. We want our network topology on Windows to align with what we do on Linux. These changes accomplish that.
- Loading branch information
1 parent
8763c8e
commit 6d5b95a
Showing
4 changed files
with
32 additions
and
39 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
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