vmware / vic

vSphere Integrated Containers Engine is a container runtime for vSphere.
http://vmware.github.io/vic
Other
639 stars 173 forks source link

container filtering by network ID #3794

Open cgtexmex opened 7 years ago

cgtexmex commented 7 years ago

docker ps allows for filtering by network name and network id. PR #3788 provides docker ps filtering by network name, but doesn't allow filtering by network id.

Currently only the network name is included in the container info returned from the PortLayer. The container_handle will need to be updated to include the appropriate network name for containers. This information is applicable to docker ps and docker inspect

mdubya66 commented 7 years ago

not listed as required for 1.1. making pri/low