mirror of https://github.com/docker/docs.git
Update REMOTE_TODO.md
This commit is contained in:
parent
f43f3fa218
commit
e1c861cf33
|
@ -29,7 +29,7 @@ TODO "/images/{name:.*}/push": postImagesPush, N
|
||||||
ok "/images/{name:.*}/tag": postImagesTag, 0
|
ok "/images/{name:.*}/tag": postImagesTag, 0
|
||||||
ok "/containers/create": postContainersCreate, 0
|
ok "/containers/create": postContainersCreate, 0
|
||||||
ok "/containers/{name:.*}/kill": postContainersKill, 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:.*}/start": postContainersStart, 0
|
||||||
ok "/containers/{name:.*}/stop": postContainersStop, 0
|
ok "/containers/{name:.*}/stop": postContainersStop, 0
|
||||||
ok "/containers/{name:.*}/wait": postContainersWait, 0
|
ok "/containers/{name:.*}/wait": postContainersWait, 0
|
||||||
|
@ -43,4 +43,4 @@ TODO "/images/{name:.*}": deleteImages, N
|
||||||
|
|
||||||
**OPTIONS**
|
**OPTIONS**
|
||||||
ok "": optionsHandler, 0
|
ok "": optionsHandler, 0
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue