$ git clone git@github.com:Miljar/exiftool-docker.git && cd exiftool-docker$ docker build -t exiftool .$ docker run -v "$PWD":/tmp exiftool <image>You might want to alias the above command to the exiftool command, so you can simply do:
$ exiftool <image>