mirror of https://github.com/docker/docs.git
implement attach-ws api
Signed-off-by: Xian Chaobo <xianchaobo@huawei.com>
This commit is contained in:
parent
1a607fd8fa
commit
18f1095e7e
|
@ -502,7 +502,7 @@ func createRouter(c *context, enableCors bool) *mux.Router {
|
|||
"/containers/{name:.*}/top": proxyContainer,
|
||||
"/containers/{name:.*}/logs": proxyContainer,
|
||||
"/containers/{name:.*}/stats": proxyContainer,
|
||||
"/containers/{name:.*}/attach/ws": notImplementedHandler,
|
||||
"/containers/{name:.*}/attach/ws": proxyHijack,
|
||||
"/exec/{execid:.*}/json": proxyContainer,
|
||||
},
|
||||
"POST": {
|
||||
|
|
Loading…
Reference in New Issue