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

Fix Docker in WSL2 for real #168

Merged
merged 2 commits into from Feb 1, 2020
Merged

Fix Docker in WSL2 for real #168

merged 2 commits into from Feb 1, 2020

Commits on Jan 30, 2020

  1. Call isDocker as a function

    The module exports a function, not a boolean, so the check for its value would always pass. This breaks WSL (again). We don't need to call the function more than once to find out if we're in docker, so this just calls it right on require.
    pluma committed Jan 30, 2020
    Copy the full SHA
    b8ef8e2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fb96387 View commit details
    Browse the repository at this point in the history