Skip to content

single network container

Closed May 16, 2016 100% complete

This is the ability to attach a container to a bridge network, created with docker network create.
This was originally for a multi-tier app spanning multiple networks, but has been de-scoped due to port layer integration work that needed to be done to support it.

On completion we should be able to run:

docker network create mynet
docker create -net=mynet

L…

This is the ability to attach a container to a bridge network, created with docker network create.
This was originally for a multi-tier app spanning multiple networks, but has been de-scoped due to port layer integration work that needed to be done to support it.

On completion we should be able to run:

docker network create mynet
docker create -net=mynet

Lead: @hmahmood

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.