1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api
Drew Erny 9bcf623719 added node ip autodetection
Manager now auto-detects the address that an agent connects to the cluster
from and stores it. This is useful for many kinds of internal cluster
management tools.

Signed-off-by: Drew Erny <drew.erny@docker.com>
2016-11-03 08:10:14 -07:00
..
errors
fixtures
server Merge pull request #27948 from WeiZhang555/consistent-filters 2016-11-02 00:53:15 -07:00
templates/server
types added node ip autodetection 2016-11-03 08:10:14 -07:00
common.go Windows: Require REST 1.25 or later 2016-10-31 14:33:59 -07:00
common_test.go
common_unix.go Windows: Require REST 1.25 or later 2016-10-31 14:33:59 -07:00
common_windows.go Windows: Require REST 1.25 or later 2016-10-31 14:33:59 -07:00
README.md
swagger-gen.yaml
swagger.yaml node rm can be applied on not only active node 2016-11-02 17:22:04 +08:00

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