Open phpguru opened 1 year ago
I can enter the container and use it like this
root@31669c971dbe:/app# heif-convert /input/IMG_5692.heic /output/IMG_5692.jpg
File contains 1 image
Written to /output/IMG_5692.jpg
but I was hoping to make use of it directly from docker run on Bash on the Mac side.
On Mac OS M1, just wanting to use the docker image directly.
Then I put a couple of heic files in my input folder (
~/Documents/heic
), and make an output folder (~/Documents/jpeg
).Am I doing something wrong?