Files
docker-docs/api
Sun Hongliang 7402cf6354 make 2xx response status code compatible with docker
1. POST /images/load    from 201 to 200
2. POST /images/{name:.*}/tag from 200 to 201
3. POST /containers/{name:.*}/rename from 200 to 204

Signed-off-by: Sun Hongliang <allen.sun@daocloud.io>
2016-03-30 08:50:18 +08:00
..
2016-01-15 19:35:04 -08:00
2016-02-25 10:35:57 +08:00
2016-02-05 02:07:07 +01:00
2015-10-19 13:58:21 -07:00
2015-12-15 13:15:00 +08:00
2016-01-27 01:07:52 -08:00
2016-02-19 14:45:15 -08:00

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.