mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #15235 from charleswhchan/patch-1
Update docker_remote_api.md
This commit is contained in:
commit
05529ab584
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,7 @@ of a 404.
|
|||
You can now supply a `stream` bool to get only one set of stats and
|
||||
disconnect
|
||||
|
||||
`GET /containers(id)/logs`
|
||||
`GET /containers/(id)/logs`
|
||||
|
||||
**New!**
|
||||
|
||||
|
@ -143,6 +143,7 @@ In addition, the end point now returns the new boolean fields
|
|||
This endpoint now returns `Os`, `Arch` and `KernelVersion`.
|
||||
|
||||
`POST /containers/create`
|
||||
|
||||
`POST /containers/(id)/start`
|
||||
|
||||
**New!**
|
||||
|
|
Loading…
Add table
Reference in a new issue