Source is not a file message

Hi David,

I’m trying to convert a bigtiff image into Pyramidal format, but I’m running into Source is not a file error when I run large image converter. Please see the below image. When I run identify command, it gives the image details. but when I run the docker container I run into the error. Any suggestions would be really appreciated. Thanks in advance

Is any part of the path you are mounting a symlink? Docker sometimes does odd things if the final directory is a symlink (though . Otherwise, I’m not sure what is the issue. Perhaps doing as ls -al /opt/images instead of the large_image_converter ... would show what is happening.