Skip to content

Add bridge network to running container #743

@hickeng

Description

@hickeng

Where #703 covers the personality portion of network connect and the application to stopped containers, this issue adds support for running containers. The workflow is:

// pseudo-code for adding two networks (although this isn't likely supported via the client cli constructs)
netA := network.Get(netAID)
netB := network.Get(netBID)
handle := execution.Get(id)
handle = network.Join(handle, netA)
handle = network.Join(handle, netB)
handle = network.Bind(handle)

This issue is for doing so with the IPAM segregation based bridge networks only, not the mapped vSphere networks that require a PCI hotadd of a new vNIC.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions