Merge pull request #464 from bfirsh/add-more-information-to-api-docs

Clarify API documentation
This commit is contained in:
Victor Vieux 2015-03-09 10:26:58 -07:00
commit a455f3fe11
1 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,11 @@ page_keywords: docker, swarm, clustering, api
# Docker Swarm API
The Docker Swarm API is compatible with the [Offical Docker API](https://docs.docker.com/reference/api/docker_remote_api/):
The Docker Swarm API is mostly compatible with the [Docker Remote API](https://docs.docker.com/reference/api/docker_remote_api/). This document is an overview of the differences between the Swarm API and the Docker Remote API.
Here are the main differences:
## Missing endpoints
## Some endpoints are not (yet) implemented
Some endpoints have not yet been implemented and will return a 404 error.
```
GET "/images/get"
@ -26,7 +26,7 @@ POST "/images/{name:.*}/tag"
DELETE "/images/{name:.*}"
```
## Some endpoints have more information
## Endpoints which behave differently
* `GET "/containers/{name:.*}/json"`: New field `Node` added: