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]: create networks using random names #1992

Closed
mdelapenya opened this issue Dec 14, 2023 · 0 comments · Fixed by #1993
Closed

[Enhancement]: create networks using random names #1992

mdelapenya opened this issue Dec 14, 2023 · 0 comments · Fixed by #1993
Labels
enhancement New feature or request

Comments

@mdelapenya
Copy link
Collaborator

Proposal

The networks API is fairly simple at the moment, but it's creating networks with a given name, which could not be the most valuable thing when running tests in parallel.

Ideally, the network name should be a random string, even thought it's an alias for Docker:

// Network name is strictly a user-friendly alias to the network
// which is uniquely identified using ID.
// And there is no guaranteed way to check for duplicates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant