Error parsing boolean value from DEBUG: %s strconv.ParseBool: parsing "*": invalid syntax
return exec('docker-machine config ' + name, {
env: { //needed for https://github.com/Quobject/dockermachineconfig/issues/1
HOME: process.env.HOME,
DEBUG: ''
}
});
If I run with DEBUG=* environment variable I get error:
I had similar problem (Quobject/dockermachineconfig#1) end fixed it with:
I made a version that works with DEBUG=*:
https://www.npmjs.com/package/dockermachine-cli-js