mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update "docker daemon" deprecation message for new version scheme
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit ba76a0c912
)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
76c8cbd1fc
commit
81075fa86c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue