We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By default on Docker for Windows, any of the commands don't seem to mount the local source directory where you start the command.
Maybe add a few lines to say how to use the docker image to scan your local source files?
(Edit: I also notice that the included psalm v1.1.9 is 1.5 years old)
The text was updated successfully, but these errors were encountered:
1) Mount the local source directory
You might need to use different environment variable. -v $PWD:/app probably does not work for Windows.
-v $PWD:/app
-v $PWD : Passes docker the existing working directory for analyzing https://hub.docker.com/r/eko3alpha/docker-phpqa/
2) Tools in docker image
Please see #159 (comment) and #168 (comment)
Sorry, something went wrong.
Thanks for the reply. I'd still vote for including some of this in the readme 👍
No branches or pull requests
By default on Docker for Windows, any of the commands don't seem to mount the local source directory where you start the command.
Maybe add a few lines to say how to use the docker image to scan your local source files?
(Edit: I also notice that the included psalm v1.1.9 is 1.5 years old)
The text was updated successfully, but these errors were encountered: