You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See: docker/docs#606
Also:
- Add missing redirects to API reference pages
- Remove v1.25 and 1.26, because they are being replaced with
swagger generated docs.
- Remove all other docs which aren't reference material, because
this can live in docker/docker.github.io
Signed-off-by: Ben Firshman <[email protected]>
The following diagram depicts the container states accessible through the API.
122
-
123
-

124
-
125
-
Some container-related events are not affected by container state, so they are not included in this diagram. These events are:
126
-
127
-
***export** emitted by `docker export`
128
-
***exec_create** emitted by `docker exec`
129
-
***exec_start** emitted by `docker exec` after **exec_create**
130
-
***detach** emitted when client is detached from container process
131
-
***exec_detach** emitted when client is detached from exec process
132
-
133
-
Running `docker rmi` emits an **untag** event when removing an image name. The `rmi` command may also emit **delete** events when images are deleted by ID directly or by deleting the last tag referring to the image.
134
-
135
-
> **Acknowledgment**: This diagram and the accompanying text were used with the permission of Matt Good and Gilder Labs. See Matt's original blog post [Docker Events Explained](https://gliderlabs.com/blog/2015/04/14/docker-events-explained/).
136
-
137
-
## Version history
138
-
139
-
This section lists each version from latest to oldest. Each listing includes a link to the full documentation set and the changes relevant in that release.
140
-
141
-
### v1.26 API changes
16
+
## v1.26 API changes
142
17
143
18
[Docker Remote API v1.26](docker_remote_api_v1.26.md) documentation
144
19
145
20
146
-
###v1.25 API changes
21
+
## v1.25 API changes
147
22
148
23
[Docker Remote API v1.25](docker_remote_api_v1.25.md) documentation
149
24
@@ -204,7 +79,7 @@ This section lists each version from latest to oldest. Each listing includes a
204
79
*`GET /images/json` now support a `reference` filter.
205
80
206
81
207
-
###v1.24 API changes
82
+
## v1.24 API changes
208
83
209
84
[Docker Remote API v1.24](docker_remote_api_v1.24.md) documentation
210
85
@@ -236,7 +111,7 @@ This section lists each version from latest to oldest. Each listing includes a
236
111
*`POST /containers/create/``HostConfig.PidMode` field now accepts `container:<name|id>`,
237
112
to have the container join the PID namespace of an existing container.
238
113
239
-
###v1.23 API changes
114
+
## v1.23 API changes
240
115
241
116
[Docker Remote API v1.23](docker_remote_api_v1.23.md) documentation
242
117
@@ -258,7 +133,7 @@ This section lists each version from latest to oldest. Each listing includes a
258
133
*`GET /containers/(id or name)/logs` now accepts a `details` query parameter to stream the extra attributes that were provided to the containers `LogOpts`, such as environment variables and labels, with the logs.
259
134
*`POST /images/load` now returns progress information as a JSON stream, and has a `quiet` query parameter to suppress progress details.
260
135
261
-
###v1.22 API changes
136
+
## v1.22 API changes
262
137
263
138
[Docker Remote API v1.22](docker_remote_api_v1.22.md) documentation
264
139
@@ -292,7 +167,7 @@ This section lists each version from latest to oldest. Each listing includes a
292
167
*`GET /info` can now return a `SystemStatus` field useful for returning additional information about applications
293
168
that are built on top of engine.
294
169
295
-
###v1.21 API changes
170
+
## v1.21 API changes
296
171
297
172
[Docker Remote API v1.21](docker_remote_api_v1.21.md) documentation
298
173
@@ -327,7 +202,7 @@ This section lists each version from latest to oldest. Each listing includes a
327
202
badness heuristic. This heuristic selects which processes the OOM killer kills
328
203
under out-of-memory conditions.
329
204
330
-
###v1.20 API changes
205
+
## v1.20 API changes
331
206
332
207
[Docker Remote API v1.20](docker_remote_api_v1.20.md) documentation
333
208
@@ -339,7 +214,7 @@ endpoint which can be used to download files and directories from a container.
339
214
* The `hostConfig` option now accepts the field `GroupAdd`, which specifies a
340
215
list of additional groups that the container process will run as.
341
216
342
-
###v1.19 API changes
217
+
## v1.19 API changes
343
218
344
219
[Docker Remote API v1.19](docker_remote_api_v1.19.md) documentation
345
220
@@ -355,7 +230,7 @@ end point now returns the new boolean fields `CpuCfsPeriod`, `CpuCfsQuota`, and
355
230
* The `hostConfig` option now accepts the fields `CpuPeriod` and `CpuQuota`
356
231
*`POST /build` accepts `cpuperiod` and `cpuquota` options
357
232
358
-
###v1.18 API changes
233
+
## v1.18 API changes
359
234
360
235
[Docker Remote API v1.18](docker_remote_api_v1.18.md) documentation
0 commit comments