mirror of https://github.com/docker/cli.git
'docker daemon' deprecation message doesn't use the new versioning scheme
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
7665cb52dc
commit
3f82787403
|
@ -271,7 +271,7 @@ func prettyPrintInfo(dockerCli *command.DockerCli, info types.Info) error {
|
||||||
fmt.Fprintf(dockerCli.Out(), " %s\n", attribute)
|
fmt.Fprintf(dockerCli.Out(), " %s\n", attribute)
|
||||||
}
|
}
|
||||||
// TODO: Engine labels with duplicate keys has been deprecated in 1.13 and will be error out
|
// TODO: Engine labels with duplicate keys has been deprecated in 1.13 and will be error out
|
||||||
// after 3 release cycles (1.16). For now, a WARNING will be generated. The following will
|
// after 3 release cycles (17.12). For now, a WARNING will be generated. The following will
|
||||||
// be removed eventually.
|
// be removed eventually.
|
||||||
labelMap := map[string]string{}
|
labelMap := map[string]string{}
|
||||||
for _, label := range info.Labels {
|
for _, label := range info.Labels {
|
||||||
|
|
Loading…
Reference in New Issue