Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error parsing boolean value from DEBUG: %s strconv.ParseBool: parsing "*": invalid syntax #2

Open
mattqs opened this issue Sep 28, 2015 · 0 comments

Comments

@mattqs
Copy link

mattqs commented Sep 28, 2015

If I run with DEBUG=* environment variable I get error:

Error parsing boolean value from DEBUG: %s strconv.ParseBool: parsing "*": invalid syntax

I had similar problem (Quobject/dockermachineconfig#1) end fixed it with:

return exec('docker-machine config ' + name, {
  env: { //needed for https://github.com/Quobject/dockermachineconfig/issues/1
    HOME: process.env.HOME,
    DEBUG: ''
  }
});

I made a version that works with DEBUG=*:
https://www.npmjs.com/package/dockermachine-cli-js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant