-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
As the development of the Docker, the network has been one of the most important independent component in docker ecosystem. Users now can create their own self-defined networks using different drivers (like weave, etc.) that better isolate containers and supports multi-host networking natively out-of-the-box. Docker provides some default network drivers for creating these networks. They can also create a new bridge network or overlay network. However, The DockerVI has not supported for network management, I think this is one of most urgent defect should be fixed.
So I propose a network support feature that includes following functions:
- Create a self-defined network
- Delete a network if no any container depend
- Show the network, includes the id, name, type,subnet, gateway,etc.
Metadata
Metadata
Assignees
Labels
No labels