Update REMOTE_TODO.md

Upstream-commit: e1c861cf331b416c45a5e79102de3b44b13bf1a0
Component: engine
This commit is contained in:
Victor Vieux
2014-01-06 17:37:30 -08:00
parent a9ae796dbd
commit 966d13ca39

View File

@ -29,7 +29,7 @@ TODO "/images/{name:.*}/push": postImagesPush, N
ok "/images/{name:.*}/tag": postImagesTag, 0
ok "/containers/create": postContainersCreate, 0
ok "/containers/{name:.*}/kill": postContainersKill, 0
TODO "/containers/{name:.*}/restart": postContainersRestart, 0
#3476 "/containers/{name:.*}/restart": postContainersRestart, 0
ok "/containers/{name:.*}/start": postContainersStart, 0
ok "/containers/{name:.*}/stop": postContainersStop, 0
ok "/containers/{name:.*}/wait": postContainersWait, 0
@ -43,4 +43,4 @@ TODO "/images/{name:.*}": deleteImages, N
**OPTIONS**
ok "": optionsHandler, 0
```
```