1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api
Ben Firshman 520e601dc2 Rename Remote API to Engine API
Implementation of https://github.com/docker/docker/issues/28319

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
(cherry picked from commit f0d55cd081)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2016-11-22 16:49:58 -08:00
..
errors
fixtures
server
templates/server
types Rename Remote API to Engine API 2016-11-22 16:49:58 -08:00
common.go
common_test.go
common_unix.go
common_windows.go
README.md
swagger-gen.yaml
swagger.yaml Rename Remote API to Engine API 2016-11-22 16:49:58 -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