Browse code

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>

Charles Chan authored on 2015/08/03 01:50:25
Showing 1 changed files
... ...
@@ -113,7 +113,7 @@ of a 404.
113 113
 You can now supply a `stream` bool to get only one set of stats and
114 114
 disconnect
115 115
 
116
-`GET /containers(id)/logs`
116
+`GET /containers/(id)/logs`
117 117
 
118 118
 **New!**
119 119
 
... ...
@@ -143,6 +143,7 @@ In addition, the end point now returns the new boolean fields
143 143
 This endpoint now returns `Os`, `Arch` and `KernelVersion`.
144 144
 
145 145
 `POST /containers/create`
146
+
146 147
 `POST /containers/(id)/start`
147 148
 
148 149
 **New!**