mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix some version information
Signed-off-by: Qinglan Peng <qinglanpeng@zju.edu.cn>
(cherry picked from commit aa26364ce1
)
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
d842cf6db6
commit
aa22b96457
1 changed files with 12 additions and 12 deletions
|
@ -21,28 +21,28 @@ To learn more about Docker Engine's deprecation policy,
|
||||||
see [Feature Deprecation Policy](https://docs.docker.com/engine/#feature-deprecation-policy).
|
see [Feature Deprecation Policy](https://docs.docker.com/engine/#feature-deprecation-policy).
|
||||||
|
|
||||||
## `filter` param for `/images/json` endpoint
|
## `filter` param for `/images/json` endpoint
|
||||||
**Deprecated In Release: [v1.13](https://github.com/docker/docker/releases/tag/v1.13.0)**
|
**Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
|
||||||
|
|
||||||
**Target For Removal In Release: v1.16**
|
**Target For Removal In Release: v1.16**
|
||||||
|
|
||||||
The `filter` param to filter the list of image by reference (name or name:tag) is now implemented as a regular filter, named `reference`.
|
The `filter` param to filter the list of image by reference (name or name:tag) is now implemented as a regular filter, named `reference`.
|
||||||
|
|
||||||
### `repository:shortid` image references
|
### `repository:shortid` image references
|
||||||
**Deprecated In Release: [v1.13](https://github.com/docker/docker/releases/tag/v1.13.0)**
|
**Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
|
||||||
|
|
||||||
**Target For Removal In Release: v1.16**
|
**Target For Removal In Release: v1.16**
|
||||||
|
|
||||||
`repository:shortid` syntax for referencing images is very little used, collides with tag references can be confused with digest references.
|
`repository:shortid` syntax for referencing images is very little used, collides with tag references can be confused with digest references.
|
||||||
|
|
||||||
### `docker daemon` subcommand
|
### `docker daemon` subcommand
|
||||||
**Deprecated In Release: [v1.13](https://github.com/docker/docker/releases/tag/v1.13.0)**
|
**Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
|
||||||
|
|
||||||
**Target For Removal In Release: v1.16**
|
**Target For Removal In Release: v1.16**
|
||||||
|
|
||||||
The daemon is moved to a separate binary (`dockerd`), and should be used instead.
|
The daemon is moved to a separate binary (`dockerd`), and should be used instead.
|
||||||
|
|
||||||
### Duplicate keys with conflicting values in engine labels
|
### Duplicate keys with conflicting values in engine labels
|
||||||
**Deprecated In Release: [v1.13](https://github.com/docker/docker/releases/tag/v1.13.0)**
|
**Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
|
||||||
|
|
||||||
**Target For Removal In Release: v1.16**
|
**Target For Removal In Release: v1.16**
|
||||||
|
|
||||||
|
@ -50,12 +50,12 @@ Duplicate keys with conflicting values have been deprecated. A warning is displa
|
||||||
in the output, and an error will be returned in the future.
|
in the output, and an error will be returned in the future.
|
||||||
|
|
||||||
### `MAINTAINER` in Dockerfile
|
### `MAINTAINER` in Dockerfile
|
||||||
**Deprecated In Release: v1.13.0**
|
**Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
|
||||||
|
|
||||||
`MAINTAINER` was an early very limited form of `LABEL` which should be used instead.
|
`MAINTAINER` was an early very limited form of `LABEL` which should be used instead.
|
||||||
|
|
||||||
### API calls without a version
|
### API calls without a version
|
||||||
**Deprecated In Release: [v1.13](https://github.com/docker/docker/releases/)**
|
**Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
|
||||||
|
|
||||||
**Target For Removal In Release: v1.16**
|
**Target For Removal In Release: v1.16**
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ future Engine versions. Instead of just requesting, for example, the URL
|
||||||
`/containers/json`, you must now request `/v1.25/containers/json`.
|
`/containers/json`, you must now request `/v1.25/containers/json`.
|
||||||
|
|
||||||
### Backing filesystem without `d_type` support for overlay/overlay2
|
### Backing filesystem without `d_type` support for overlay/overlay2
|
||||||
**Deprecated In Release: v1.13.0**
|
**Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
|
||||||
|
|
||||||
**Target For Removal In Release: v1.16**
|
**Target For Removal In Release: v1.16**
|
||||||
|
|
||||||
|
@ -75,12 +75,12 @@ if it is formatted with the `ftype=0` option.
|
||||||
Please also refer to [#27358](https://github.com/docker/docker/issues/27358) for
|
Please also refer to [#27358](https://github.com/docker/docker/issues/27358) for
|
||||||
further information.
|
further information.
|
||||||
|
|
||||||
### Three argument form in `docker import`
|
### Three arguments form in `docker import`
|
||||||
**Deprecated In Release: [v0.6.7](https://github.com/docker/docker/releases/tag/v0.6.7)**
|
**Deprecated In Release: [v0.6.7](https://github.com/docker/docker/releases/tag/v0.6.7)**
|
||||||
|
|
||||||
**Removed In Release: [v1.12.0](https://github.com/docker/docker/releases/tag/v1.12.0)**
|
**Removed In Release: [v1.12.0](https://github.com/docker/docker/releases/tag/v1.12.0)**
|
||||||
|
|
||||||
The `docker import` command format 'file|URL|- [REPOSITORY [TAG]]' is deprecated since November 2013. It's no more supported.
|
The `docker import` command format `file|URL|- [REPOSITORY [TAG]]` is deprecated since November 2013. It's no more supported.
|
||||||
|
|
||||||
### `-h` shorthand for `--help`
|
### `-h` shorthand for `--help`
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@ To make tagging consistent across the various `docker` commands, the `-f` flag o
|
||||||
Passing an `HostConfig` to `POST /containers/{name}/start` is deprecated in favor of
|
Passing an `HostConfig` to `POST /containers/{name}/start` is deprecated in favor of
|
||||||
defining it at container creation (`POST /containers/create`).
|
defining it at container creation (`POST /containers/create`).
|
||||||
|
|
||||||
### Docker ps 'before' and 'since' options
|
### `--before` and `--since` flags on `docker ps`
|
||||||
|
|
||||||
**Deprecated In Release: [v1.10.0](https://github.com/docker/docker/releases/tag/v1.10.0)**
|
**Deprecated In Release: [v1.10.0](https://github.com/docker/docker/releases/tag/v1.10.0)**
|
||||||
|
|
||||||
|
@ -145,7 +145,7 @@ defining it at container creation (`POST /containers/create`).
|
||||||
The `docker ps --before` and `docker ps --since` options are deprecated.
|
The `docker ps --before` and `docker ps --since` options are deprecated.
|
||||||
Use `docker ps --filter=before=...` and `docker ps --filter=since=...` instead.
|
Use `docker ps --filter=before=...` and `docker ps --filter=since=...` instead.
|
||||||
|
|
||||||
### Docker search 'automated' and 'stars' options
|
### `--automated` and `--stars` flags on `docker search`
|
||||||
|
|
||||||
**Deprecated in Release: [v1.12.0](https://github.com/docker/docker/releases/tag/v1.12.0)**
|
**Deprecated in Release: [v1.12.0](https://github.com/docker/docker/releases/tag/v1.12.0)**
|
||||||
|
|
||||||
|
@ -234,7 +234,7 @@ The single-dash (`-help`) was removed, in favor of the double-dash `--help`
|
||||||
|
|
||||||
**Deprecated In Release: [v0.10.0](https://github.com/docker/docker/releases/tag/v0.10.0)**
|
**Deprecated In Release: [v0.10.0](https://github.com/docker/docker/releases/tag/v0.10.0)**
|
||||||
|
|
||||||
**Removed In Release: [v1.13.0](https://github.com/docker/docker/releases/)**
|
**Removed In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**
|
||||||
|
|
||||||
The flag `--run` of the docker commit (and its short version `-run`) were deprecated in favor
|
The flag `--run` of the docker commit (and its short version `-run`) were deprecated in favor
|
||||||
of the `--changes` flag that allows to pass `Dockerfile` commands.
|
of the `--changes` flag that allows to pass `Dockerfile` commands.
|
||||||
|
|
Loading…
Add table
Reference in a new issue