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