Skip to content

Commit

Permalink
Merge pull request moby#11801 from hqhq/hq_fix_doc_for_exec
Browse files Browse the repository at this point in the history
update docs for container exec
  • Loading branch information
moxiegirl committed Mar 26, 2015
2 parents 42f9594 + fabb511 commit 2966420
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/sources/reference/api/docker_remote_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,16 @@ Builds can now set resource constraints for all containers created for the build
**New!**
(`CgroupParent`) can be passed in the host config to setup container cgroups under a specific cgroup.


`POST /build`

**New!**
Closing the HTTP request will now cause the build to be canceled.

`POST /containers/(id)/exec`

**New!**
Add `Warnings` field to response.

## v1.17

### Full Documentation
Expand Down
1 change: 1 addition & 0 deletions docs/sources/reference/api/docker_remote_api_v1.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -1832,6 +1832,7 @@ Sets up an exec instance in a running container `id`

{
"Id": "f90e34656806"
"Warnings":[]
}

Json Parameters:
Expand Down

0 comments on commit 2966420

Please sign in to comment.