gaoyangxiaozhu / DockerVI

实现可视化操作docker 远程 api --departed
81 stars 34 forks source link

Support for network management in docker-ui #6

Open int32bit opened 8 years ago

int32bit commented 8 years ago

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:

gaoyangxiaozhu commented 8 years ago

Thank you for your issue.

Due to work problems, this project may be stagnant quite a time. As for the network-relatedmodule, it will certainly increase in the future.

starjason commented 8 years ago

This project is pretty good! That's a pity!