-
Notifications
You must be signed in to change notification settings - Fork 36
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
Cannot run on Docker: Missing host volume at /tmp/packj. Run Docker/Podman with "-v /tmp:/tmp/packj" argument. #11
Comments
Please do not open an issue without providing more details. What machine are you using? Is this a Linux system? |
@ashishbijlani I run this command with Docker on Windows. |
Packj currently only supports Linux systems. |
Thanks for your feedback! This error is not related to Packj running on Windows. The JSON output produced includes GitHub repo commit information, which is incompatible with JSON formatting. It should be a quick fix. Do you want to take a look and provide a fix? |
My original problem wasn't this JSON serialization error, my problem was that packj works on Command Prompt but it doesn't work on Git Bash I am getting error form line 1151 in packj/packj/audit/main.py. I am running both shells on the same Windows 11 machine As for the JSON serialization error I don't know how to fix it but I'll help if you need anything. |
Thanks for the clarification! Looks like Git bash is not able to honor Docker mount |
I run this command with Docker on Windows.
The text was updated successfully, but these errors were encountered: