Closed coollog closed 7 years ago
Seems a little complicated. Is it like this because you want to parse the output of minikube docker-env?
Yes, this is so I can parse the output of https://github.com/kubernetes/minikube/pull/1792 from the "KEY=VALUE" form into a Map<String, String>
I can directly just putAll
into the environment of the ProcessBuilder
.
Step 2 of #7 .