Skip to content

Support for network management in docker-ui #6

@int32bit

Description

@int32bit

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions