From bf1f655fa2b5112301102f9191e0f0deb68975f1 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Fri, 31 Jan 2014 23:50:34 +0000 Subject: [PATCH] remove REMOTE_TODO.md Docker-DCO-1.1-Signed-off-by: Victor Vieux (github: vieux) --- REMOTE_TODO.md | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 REMOTE_TODO.md diff --git a/REMOTE_TODO.md b/REMOTE_TODO.md deleted file mode 100644 index b21ba68bf8..0000000000 --- a/REMOTE_TODO.md +++ /dev/null @@ -1,46 +0,0 @@ -``` -**GET** - send objects deprecate multi-stream -TODO "/events": getEvents, N -ok "/info": getInfo, 1 -ok "/version": getVersion, 1 -ok "/images/json": getImagesJSON, N -ok "/images/viz": getImagesViz, 0 yes -ok "/images/search": getImagesSearch, N -ok "/images/{name:.*}/get": getImagesGet, 0 -ok "/images/{name:.*}/history": getImagesHistory, N -#3621 "/images/{name:.*}/json": getImagesByName, 1 -#3728 "/containers/ps": getContainersJSON, N -#3728 "/containers/json": getContainersJSON, 1 -ok "/containers/{name:.*}/export": getContainersExport, 0 -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** -N/A "/auth": postAuth, 0 yes -ok "/commit": postCommit, 0 -#3741 "/build": postBuild, 0 yes -#3725 "/images/create": postImagesCreate, N yes yes (pull) -ok "/images/{name:.*}/insert": postImagesInsert, N yes yes -ok "/images/load": postImagesLoad, 1 yes (stdin) -#3727 "/images/{name:.*}/push": postImagesPush, N yes -ok "/images/{name:.*}/tag": postImagesTag, 0 -ok "/containers/create": postContainersCreate, 0 -ok "/containers/{name:.*}/kill": postContainersKill, 0 -ok "/containers/{name:.*}/restart": postContainersRestart, 0 -ok "/containers/{name:.*}/start": postContainersStart, 0 -ok "/containers/{name:.*}/stop": postContainersStop, 0 -ok "/containers/{name:.*}/wait": postContainersWait, 0 -ok "/containers/{name:.*}/resize": postContainersResize, 0 -ok "/containers/{name:.*}/attach": postContainersAttach, 0 yes -ok "/containers/{name:.*}/copy": postContainersCopy, 0 yes - -**DELETE** -ok "/containers/{name:.*}": deleteContainers, 0 -#3645 "/images/{name:.*}": deleteImages, N - -**OPTIONS** -N/A "": optionsHandler, 0 -```