Skip to content

Commit

Permalink
[FEATURE] allow to set container-runtime via config
Browse files Browse the repository at this point in the history
  • Loading branch information
RA489 committed Jul 23, 2019
1 parent 68c546f commit 8114439
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/minikube/cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ var settings = []Setting{
validations: []setFn{IsValidAddon},
callbacks: []setFn{EnableOrDisableAddon},
},
{
name: "insecure-registry",
set: SetBool,
validations: []setFn{IsValidAddon},
callbacks: []setFn{EnableOrDisableAddon},
},
{
name: "registry",
set: SetBool,
Expand Down

0 comments on commit 8114439

Please sign in to comment.