moby--moby/api
Zhang Wei 26dd026bd7 Add filter for `network ls` to hide predefined net
Add filter support for `network ls` to hide predefined network,
then user can use "docker network rm `docker network ls -f type=custom`"
to delete a bundle of userdefined networks.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2015-12-23 13:26:40 +08:00
..
client Add filter for `network ls` to hide predefined net 2015-12-23 13:26:40 +08:00
fixtures
server Add filter for `network ls` to hide predefined net 2015-12-23 13:26:40 +08:00
types Add filter for `network ls` to hide predefined net 2015-12-23 13:26:40 +08:00
README.md
common.go Add a DOCKER_API_VERSION env var 2015-12-14 12:45:34 -08:00
common_test.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00

README.md

This directory contains code pertaining to the Docker API:

  • Used by the docker client when communicating with the docker daemon

  • Used by third party tools wishing to interface with the docker daemon