From 3bd2e5b5841dbaa7819a13784ac2673b72422db9 Mon Sep 17 00:00:00 2001 From: Xian Chaobo Date: Wed, 13 May 2015 21:52:53 -0400 Subject: [PATCH] update README.md Signed-off-by: Xian Chaobo --- api/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/api/README.md b/api/README.md index 05b2045863..12b649c2fe 100644 --- a/api/README.md +++ b/api/README.md @@ -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. -## 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 * `GET "/containers/{name:.*}/json"`: New field `Node` added: