docs/api
Dongluo Chen 85f6d57f21 Merge pull request #1972 from vieux/pass-host-config
HostConfig for /start endpoint
2016-03-16 17:19:29 -07:00
..
mockclient Updating version function to use engine-api 2016-03-07 17:46:24 -08:00
nopclient Updating version function to use engine-api 2016-03-07 17:46:24 -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 Merge pull request #1972 from vieux/pass-host-config 2016-03-16 17:19:29 -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 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 Remove closeIdleConnections function. 2016-02-19 14:45:15 -08: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.