/exiftool-docker

Exiftool, in a Docker container

Primary LanguageDockerfile

Exiftool Docker image Build Status

Clone this repository

$ git clone git@github.com:Miljar/exiftool-docker.git && cd exiftool-docker

Build container

$ docker build -t exiftool .

Run container

$ docker run -v "$PWD":/tmp exiftool <image>

Optionally create alias

You might want to alias the above command to the exiftool command, so you can simply do:

$ exiftool <image>