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
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.
The text was updated successfully, but these errors were encountered:
devGenie
changed the title
Create network to be used by docker containers
Create networks to be used by docker containers
Apr 25, 2020
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.
The text was updated successfully, but these errors were encountered: