docs/api
Isabel Jimenez c809e6a643 Fix double start
Signed-off-by: Isabel Jimenez <contact@isabeljimenez.com>
2016-01-31 19:08:48 -05:00
..
README.md Updating READMEs 2016-01-12 00:34:57 -08: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 Fix double start 2016-01-31 19:08:48 -05:00
primary.go Fix double start 2016-01-31 19:08:48 -05:00
primary_test.go Extracting apiversion from HTTP request 2016-01-28 11:14:56 -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 fix status code when container found on unhealthy node 2016-01-04 17:24:10 -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/api/swarm-api.md file in this project.