1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

update todo

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
This commit is contained in:
Victor Vieux 2014-01-20 16:09:07 -08:00
parent ffe78e82c3
commit 497e7d651a

View file

@ -9,13 +9,13 @@ ok "/images/viz": getImagesViz, 0
ok "/images/search": getImagesSearch, N
ok "/images/{name:.*}/get": getImagesGet, 0
ok "/images/{name:.*}/history": getImagesHistory, N
... "/images/{name:.*}/json": getImagesByName, 1
#3621 "/images/{name:.*}/json": getImagesByName, 1
TODO "/containers/ps": getContainersJSON, N
TODO "/containers/json": getContainersJSON, 1
ok "/containers/{name:.*}/export": getContainersExport, 0
#3616 "/containers/{name:.*}/changes": getContainersChanges, N
... "/containers/{name:.*}/json": getContainersByName, 1
TODO "/containers/{name:.*}/top": getContainersTop, N
ok "/containers/{name:.*}/changes": getContainersChanges, N
#3621 "/containers/{name:.*}/json": getContainersByName, 1
ok "/containers/{name:.*}/top": getContainersTop, N
ok "/containers/{name:.*}/attach/ws": wsContainersAttach, 0 yes
**POST**
@ -24,7 +24,7 @@ ok "/commit": postCommit, 0
TODO "/build": postBuild, 0 yes
TODO "/images/create": postImagesCreate, N yes yes (pull)
ok "/images/{name:.*}/insert": postImagesInsert, N yes yes
TODO "/images/load": postImagesLoad, 1 yes (stdin)
... "/images/load": postImagesLoad, 1 yes (stdin)
TODO "/images/{name:.*}/push": postImagesPush, N yes
ok "/images/{name:.*}/tag": postImagesTag, 0
ok "/containers/create": postContainersCreate, 0
@ -39,7 +39,7 @@ ok "/containers/{name:.*}/copy": postContainersCopy, 0
**DELETE**
ok "/containers/{name:.*}": deleteContainers, 0
TODO "/images/{name:.*}": deleteImages, N
#3645 "/images/{name:.*}": deleteImages, N
**OPTIONS**
ok "": optionsHandler, 0