for-azure icon indicating copy to clipboard operation
for-azure copied to clipboard

Parameterize network subnet

Open rocketraman opened this issue 8 years ago • 0 comments

Currently, when using the template, the subnet is setup automatically as 10.0.0.0/8. This is extremely broad, and if other services within Azure are using any IP within that class A network, we cannot easily connect them to services running on Docker.

The subnet used by Docker for Azure should be a parameter that is filled in by the user during the setup phase.

rocketraman avatar Mar 13 '17 15:03 rocketraman