From b83bf0a4fd0a1cb42cecf5361eb0f8d393310f11 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 22 Mar 2017 00:21:15 +0100 Subject: [PATCH] update "docker daemon" deprecation message for new version scheme Signed-off-by: Sebastiaan van Stijn --- daemon_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon_unix.go b/daemon_unix.go index f68d220c2f..6ec6b625a1 100644 --- a/daemon_unix.go +++ b/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