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

Support for network management in docker-ui #6

Open
int32bit opened this issue Jul 10, 2016 · 2 comments
Open

Support for network management in docker-ui #6

int32bit opened this issue Jul 10, 2016 · 2 comments

Comments

@int32bit
Copy link
Contributor

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.
@gaoyangxiaozhu
Copy link
Owner

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants