Convert all HEIF (*.heic) images from /input dir to JPEG (*.jpg) images saved to /output dir.
/input
/output
Just run:
$ docker run --rm -u "$(id -u):$(id -g)" -v /some/host/path/input:/input -v /some/host/path/output:/output shellbro/heif-convert