update API doc

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2014-12-30 23:57:28 +00:00
parent 4350b44b56
commit 355ed490ce
2 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Docker Swarm Roadmap
####API Matching ####API Matching
* [ ] Bring Swarm API on par with Docker API as much as possible * [ ] Bring Swarm API on par with Docker API as much as possible
* [ ] Support for `docker attach` (interactive sessions) * [x] Support for `docker attach` (interactive sessions)
####Extensibility ####Extensibility
* [ ] Pluggable scheduler * [ ] Pluggable scheduler

View File

@ -25,8 +25,6 @@ POST "/images/load"
POST "/images/{name:.*}/push" POST "/images/{name:.*}/push"
POST "/images/{name:.*}/tag" POST "/images/{name:.*}/tag"
POST "/containers/{name:.*}/copy" POST "/containers/{name:.*}/copy"
POST "/containers/{name:.*}/exec"
POST "/exec/{name:.*}/start"
DELETE "/images/{name:.*}" DELETE "/images/{name:.*}"
``` ```