You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to achieve optimal network performance we want to be able to set --net=host option when starting our containers. However it seems that this options is not accessible from Terraform. It does not seem possible to set this variable any other way. It would be great to have this as an option for the Docker provider.
Thanks,
Miguel.
The text was updated successfully, but these errors were encountered:
Also @phinze I'm not sure that's a question, it's more an enhancement of the docker provider to support the --net option. It could also be used to specify --net=container:ContainerName.
This is probably simply specifying a new option "network_mode" and would use the dockerclient NetworkMode behind the scenes
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 29, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In order to achieve optimal network performance we want to be able to set
--net=host
option when starting our containers. However it seems that this options is not accessible from Terraform. It does not seem possible to set this variable any other way. It would be great to have this as an option for the Docker provider.Thanks,
Miguel.
The text was updated successfully, but these errors were encountered: