Skip to content
New issue

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

[enhancement]: Specify which network the container should use instead of creating a new one #4903

Closed
erstert3st opened this issue Jul 22, 2024 · 1 comment

Comments

@erstert3st
Copy link

Describe your feature request here

Every 80 times the new NAT network created by Azure fails to connect to my network.
You can use the add options: "--network SecondNetwork", but Docker uses the first network as the primery one....
My solution is to use the SecondNetwork with:
Set-NetIPInterface -InterfaceAlias "Ethernet 2" -InterfaceMetric 1,
Or is there a other solution ?

@vmapetr
Copy link
Contributor

vmapetr commented Jul 23, 2024

Hi @erstert3st, thank you for your report.
This looks like an external issue related to the Azure networking, while this repo is for the issues related to the Azure Agent, I would suggest to open a ticket on AzureDevOps to get right eyes on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants