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

Create networks to be used by docker containers #5

Open
devGenie opened this issue Apr 25, 2020 · 0 comments
Open

Create networks to be used by docker containers #5

devGenie opened this issue Apr 25, 2020 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@devGenie
Copy link
Member

Networks are used to prevent containers from talking to each other. Network bridges help in achieving this goal. Create an API endpoint to create a network bridge. The endpoint should accept a name and label. The name should be unique while that's not a requirement for a label. Labels are used to group networks.

@devGenie devGenie changed the title Create network to be used by docker containers Create networks to be used by docker containers Apr 25, 2020
@devGenie devGenie added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant