docs/api
menghui.chen 4a54b63c42 Fix bug: stop/restart/kill an inexisting container returns 500 rather than 404
Signed-off-by: menghui.chen <menghui.chen@alibaba-inc.com>
2016-04-15 19:32:29 +08: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 bug: stop/restart/kill an inexisting container returns 500 rather than 404 2016-04-15 19:32:29 +08:00
primary.go Merge pull request #1669 from dongluochen/dockerUpdateCmd 2016-01-22 17:43:41 -08:00
primary_test.go OPTIONS response when cors is enabled 2015-12-08 13:09:37 -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 leader election: Display replica status in docker info. 2015-06-11 18:56:02 -07: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.