mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-21 13:18:00 +00:00
Update docker_remote_api.md
Minor fixes:
* v1.19: GET /containers/(id)/logs - add missing '/'
* v1.18: Break up POST /containers/create and POST /containers/(id)/start into separate lines.
Signed-off-by: Charles Chan <charleswhchan@users.noreply.github.com>
(cherry picked from commit 084d464081)
This commit is contained in:
committed by
David Calavera
parent
a16ab243e5
commit
fbd2267e7d
@@ -108,7 +108,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!**
|
||||
|
||||
@@ -138,6 +138,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!**
|
||||
|
||||
Reference in New Issue
Block a user