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

feat(composer): allow setting 'host' network mode #96

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

dsharma-dc
Copy link
Contributor

@dsharma-dc dsharma-dc commented Oct 1, 2024

  • Allows to set network driver as 'host' in composer
  • Does not change anything in current behaviour as the current tests work without host network.
  • Has limitation at the moment that container will be returning grpc handle using loopback IP, hence creating more than one container on host network isn't safe.

Can be refined further as use case evolves.

composer/src/composer.rs Outdated Show resolved Hide resolved
composer/src/composer.rs Show resolved Hide resolved
composer/src/composer.rs Show resolved Hide resolved
composer/src/composer.rs Outdated Show resolved Hide resolved
composer/src/composer.rs Outdated Show resolved Hide resolved
@dsharma-dc dsharma-dc force-pushed the host_nw_optional_ip branch 3 times, most recently from 1d7fb07 to 92997c7 Compare October 24, 2024 07:17
composer/src/composer.rs Outdated Show resolved Hide resolved
composer/src/composer.rs Outdated Show resolved Hide resolved
composer/src/composer.rs Show resolved Hide resolved
@tiagolobocastro tiagolobocastro merged commit c895aac into develop Oct 25, 2024
5 checks passed
@tiagolobocastro tiagolobocastro deleted the host_nw_optional_ip branch October 25, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants