1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 06:56:29 +00:00

Added flag to ignore docker version

This commit is contained in:
Bill Maxwell
2018-05-15 10:35:52 -07:00
committed by Alena Prokharchyk
parent db3bda1191
commit 73e56b0fbb
4 changed files with 16 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ func RemoveCommand() cli.Command {
},
}
removeFlags = append(removeFlags, sshCliOptions...)
removeFlags = append(removeFlags, commonFlags...)
return cli.Command{
Name: "remove",