docs/api
Victor Vieux 64b9c50b69 use same HTTP client as dockerengine
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-02-11 15:03:38 -08:00
..
README.md Fix broken links in README 2016-02-05 02:07:07 +01:00
events.go support 1.10 events 2016-01-15 19:35:04 -08:00
events_test.go support 1.10 events 2016-01-15 19:35:04 -08:00
flusher.go Improve godocs for exported values in api pkg 2015-03-30 21:32:08 -07:00
handlers.go use same HTTP client as dockerengine 2016-02-11 15:03:38 -08:00
primary.go support disconnect -f and use random engine 2016-02-02 16:47:45 -08:00
primary_test.go Removing backspaces in /info output for new API version 2016-01-31 23:54:33 -08:00
replica.go Enable profiling over HTTP in debug mode 2015-12-03 03:01:05 -08:00
server.go Fix various golint issues. 2015-10-19 13:58:21 -07: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 api: Sort images by Created. 2015-12-15 13:15:00 +08:00
status.go update docker info 2016-01-27 01:07:52 -08:00
utils.go use same HTTP client as dockerengine 2016-02-11 15:03:38 -08:00
utils_test.go improve build 2015-08-04 02:45:06 -04: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.