mirror of https://github.com/docker/docs.git
update README.md
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
This commit is contained in:
parent
f63bafc7c5
commit
3bd2e5b584
|
@ -8,14 +8,6 @@ page_keywords: docker, swarm, clustering, 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.
|
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.
|
||||||
|
|
||||||
## Missing endpoints
|
|
||||||
|
|
||||||
Some endpoints have not yet been implemented and will return a 404 error.
|
|
||||||
|
|
||||||
```
|
|
||||||
POST "/images/create" : "docker import" flow not implement
|
|
||||||
```
|
|
||||||
|
|
||||||
## Endpoints which behave differently
|
## Endpoints which behave differently
|
||||||
|
|
||||||
* `GET "/containers/{name:.*}/json"`: New field `Node` added:
|
* `GET "/containers/{name:.*}/json"`: New field `Node` added:
|
||||||
|
|
Loading…
Reference in New Issue