mirror of https://github.com/docker/docs.git
update API doc
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
4350b44b56
commit
355ed490ce
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:.*}"
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue