Skip to content

Instantly share code, notes, and snippets.

@felipecrs
Created November 6, 2019 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipecrs/78c315919557d5b91e5c731485add1b4 to your computer and use it in GitHub Desktop.
Save felipecrs/78c315919557d5b91e5c731485add1b4 to your computer and use it in GitHub Desktop.
Use Docker for Windows on Git Bash

Edit ~/.bash_profile and add this:

# Workaround for Docker for Windows in Git Bash.
docker()
{
        (export MSYS_NO_PATHCONV=1; "docker.exe" "$@")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment