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
Remove API versions 1.17 and older from documentation
Docker 1.5 and older is no longer supported by Docker Hub,
so there's not much need to document the API for those
versions.
Documentation is still available on GitHub, and through
the older versions of the documentation for those
that really need it.
Signed-off-by: Sebastiaan van Stijn <[email protected]>
@@ -249,53 +245,3 @@ end point now returns the new boolean fields `CpuCfsPeriod`, `CpuCfsQuota`, and
249
245
*`POST /build` closing the HTTP request cancels the build
250
246
*`POST /containers/(id)/exec` includes `Warnings` field to response.
251
247
252
-
### v1.17 API changes
253
-
254
-
[Docker Remote API v1.17](docker_remote_api_v1.17.md) documentation
255
-
256
-
* The build supports `LABEL` command. Use this to add metadata to an image. For
257
-
example you could add data describing the content of an image. `LABEL
258
-
"com.example.vendor"="ACME Incorporated"`
259
-
*`POST /containers/(id)/attach` and `POST /exec/(id)/start`
260
-
* The Docker client now hints potential proxies about connection hijacking using HTTP Upgrade headers.
261
-
*`POST /containers/create` sets labels on container create describing the container.
262
-
*`GET /containers/json` returns the labels associated with the containers (`Labels`).
263
-
*`GET /containers/(id)/json` returns the list current execs associated with the
264
-
container (`ExecIDs`). This endpoint now returns the container labels
265
-
(`Config.Labels`).
266
-
*`POST /containers/(id)/rename` renames a container `id` to a new name.*
267
-
*`POST /containers/create` and `POST /containers/(id)/start` callers can pass
268
-
`ReadonlyRootfs` in the host config to mount the container's root filesystem as
269
-
read only.
270
-
*`GET /containers/(id)/stats` returns a live stream of a container's resource usage statistics.
271
-
*`GET /images/json` returns the labels associated with each image (`Labels`).
272
-
273
-
274
-
### v1.16 API changes
275
-
276
-
[Docker Remote API v1.16](docker_remote_api_v1.16.md)
277
-
278
-
*`GET /info` returns the number of CPUs available on the machine (`NCPU`),
279
-
total memory available (`MemTotal`), a user-friendly name describing the running Docker daemon (`Name`), a unique ID identifying the daemon (`ID`), and
280
-
a list of daemon labels (`Labels`).
281
-
*`POST /containers/create` callers can set the new container's MAC address explicitly.
282
-
* Volumes are now initialized when the container is created.
283
-
*`POST /containers/(id)/copy` copies data which is contained in a volume.
284
-
285
-
### v1.15 API changes
286
-
287
-
[Docker Remote API v1.15](docker_remote_api_v1.15.md) documentation
288
-
289
-
`POST /containers/create` you can set a container's `HostConfig` when creating a
290
-
container. Previously this was only available when starting a container.
291
-
292
-
### v1.14 API changes
293
-
294
-
[Docker Remote API v1.14](docker_remote_api_v1.14.md) documentation
295
-
296
-
*`DELETE /containers/(id)` when using `force`, the container will be immediately killed with SIGKILL.
297
-
*`POST /containers/(id)/start` the `HostConfig` option accepts the field `CapAdd`, which specifies a list of capabilities
298
-
to add, and the field `CapDrop`, which specifies a list of capabilities to drop.
299
-
*`POST /images/create` th `fromImage` and `repo` parameters support the
300
-
`repo:tag` format. Consequently, the `tag` parameter is now obsolete. Using the
301
-
new format and the `tag` parameter at the same time will return an error.
0 commit comments