Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 561 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 561 Bytes

Exiftool Docker image Build Status

Clone this repository

$ git clone [email protected]: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>