We must consider minikube command line options in Driver.Start(). The current way to make it work is adding run.CommandOptions to the CommonDriver, so the driver can access command line options later. To make this work we add run.CommandOptions to the machine.LocalClient.
When libmachine API is part of minikube, we can simplify by passing command line options Driver.Start().
Depends on #21647