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 ```