From a72d37be2d2ac891f2b70e01901aae102fc98d18 Mon Sep 17 00:00:00 2001 From: Xian Chaobo Date: Mon, 11 May 2015 21:37:45 -0400 Subject: [PATCH] update api README.md Signed-off-by: Xian Chaobo --- api/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/README.md b/api/README.md index d5a9d1499d..05b2045863 100644 --- a/api/README.md +++ b/api/README.md @@ -13,8 +13,6 @@ The Docker Swarm API is mostly compatible with the [Docker Remote API](https://d Some endpoints have not yet been implemented and will return a 404 error. ``` -GET "/images/get" - POST "/images/create" : "docker import" flow not implement ```