marp-team / marp-cli

A CLI interface for Marp and Marpit based converters
MIT License
1.85k stars 105 forks source link

Unable to create pdf using Docker image #580

Closed jiaming10 closed 3 months ago

jiaming10 commented 3 months ago

Docker image: marpteam/marp-cli:latest SHA: df11795ed32b

Command used: docker run --rm -v $PWD:/home/marp/app/ marpteam/marp-cli resume.md --pdf

Screenshot 2024-06-04 at 11 28 17 AM

I'm using Apple M2.

My last use is at 30th May, which I'm still able to generate pdf.

Is there anything else I can provide to help troubleshooting?

jiaming10 commented 3 months ago

Upon further investigation, it appears that happened because storage allocated to Docker has reached its limit. (Using Docker Desktop)

Once I do some cleanup using some steps from this Medium article, I'm able to generate pdfs as usual again.

I will be closing this because it is not marp-cli's issue.

Thank you.