1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api
Tibor Vass c28c63472a plugins: linux capabilities and device creation
In the plugin manifest, Capabilities has been moved to
Linux.Capabilities to avoid confusion with Interface.Types[i].Capability

A DeviceCreation boolean has also been added to the manifest. This could
be changed in the future to be specific to a major number.

Signed-off-by: Tibor Vass <tibor@docker.com>
(cherry picked from commit 9f239281b1)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2016-11-22 16:16:04 -08:00
..
errors
fixtures
server Add HTTP client timeout. 2016-11-22 11:23:20 -08:00
templates/server
types plugins: linux capabilities and device creation 2016-11-22 16:16:04 -08:00
common.go
common_test.go
common_unix.go
common_windows.go
README.md
swagger-gen.yaml
swagger.yaml plugins: linux capabilities and device creation 2016-11-22 16:16: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