mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
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>
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.