docs/api
Nishant Totla 62b0b29aa6
Adding new client interface in Swarm
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
2016-07-19 16:56:09 -07:00
..
mockclient Adding new client interface in Swarm 2016-07-19 16:56:09 -07:00
nopclient Adding new client interface in Swarm 2016-07-19 16:56:09 -07:00
README.md Fix broken links in README 2016-02-05 02:07:07 +01:00
events.go add read lock for eventsHandler when only it is necessary. 2016-03-25 08:58:45 +08:00
events_test.go use engine-api for events 2016-04-14 18:11:40 -07:00
flusher.go Improve godocs for exported values in api pkg 2015-03-30 21:32:08 -07:00
handlers.go Merge pull request #2375 from NanXiao/error-handle-in-postContainersCreate 2016-07-05 10:17:21 -07:00
primary.go Add method HEAD in options response headers 2016-02-26 11:02:18 +08:00
primary_test.go Fixes #1868 2016-02-25 10:35:57 +08:00
replica.go Enable profiling over HTTP in debug mode 2015-12-03 03:01:05 -08:00
server.go fix bug that http server should return when handler is nil 2016-05-10 17:02:11 +08:00
server_unix.go separate unix-related codes to make Swarm buildable on Windows 2014-12-30 11:25:49 +07:00
server_windows.go separate unix-related codes to make Swarm buildable on Windows 2014-12-30 11:25:49 +07:00
sorter.go Moving over images to use engine-api 2016-03-30 09:46:38 -07:00
status.go update docker info 2016-01-27 01:07:52 -08:00
utils.go Refactoring code around image ref generation 2016-05-26 10:37:39 -07:00
utils_test.go fix typos in a test file and a function annotation 2016-03-05 00:39:15 +08:00

README.md

Docker Swarm API README

The Docker Swarm API is mostly compatible with the Docker Remote API. To read the end-user API documentation, visit the Swarm API documentation on docs.docker.com. If you want to modify the discovery API documentation, start with the docs/swarm-api.md file in this project.