From 6480b30a997a8fe9884504f669b9c5a68d887f55 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 3 Oct 2014 00:58:50 -0300 Subject: [PATCH] docs: Update `docker exec` examples Signed-off-by: Fabio Rehm --- docs/sources/reference/api/docker_remote_api_v1.15.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/reference/api/docker_remote_api_v1.15.md b/docs/sources/reference/api/docker_remote_api_v1.15.md index d98508927a..48ba5cc151 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.15.md +++ b/docs/sources/reference/api/docker_remote_api_v1.15.md @@ -1486,7 +1486,7 @@ starting the `exec` command. Otherwise, this API sets up an interactive session **Example request**: - POST /containers/e90e34656806/exec HTTP/1.1 + POST /exec/e90e34656806/start HTTP/1.1 Content-Type: application/json { @@ -1522,7 +1522,7 @@ This API is valid only if `tty` was specified as part of creating and starting t **Example request**: - POST /containers/e90e34656806/exec HTTP/1.1 + POST /exec/e90e34656806/resize HTTP/1.1 Content-Type: plain/text **Example response**: