瀏覽代碼

update "docker daemon" deprecation message for new version scheme

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 8 年之前
父節點
當前提交
ba76a0c912
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmd/docker/daemon_unix.go

+ 1 - 1
cmd/docker/daemon_unix.go

@@ -24,7 +24,7 @@ func newDaemonCommand() *cobra.Command {
 		RunE: func(cmd *cobra.Command, args []string) error {
 			return runDaemon()
 		},
-		Deprecated: "and will be removed in Docker 1.16. Please run `dockerd` directly.",
+		Deprecated: "and will be removed in Docker 17.12. Please run `dockerd` directly.",
 	}
 	cmd.SetHelpFunc(helpFunc)
 	return cmd