mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #24915 from aaronlehmann/reorder-swarm-commands
Reorder swarm commands
This commit is contained in:
commit
b059a3b820
1 changed files with 1 additions and 1 deletions
|
@ -22,10 +22,10 @@ func NewSwarmCommand(dockerCli *client.DockerCli) *cobra.Command {
|
|||
cmd.AddCommand(
|
||||
newInitCommand(dockerCli),
|
||||
newJoinCommand(dockerCli),
|
||||
newJoinTokenCommand(dockerCli),
|
||||
newUpdateCommand(dockerCli),
|
||||
newLeaveCommand(dockerCli),
|
||||
newInspectCommand(dockerCli),
|
||||
newJoinTokenCommand(dockerCli),
|
||||
)
|
||||
return cmd
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue