{"id":17009540,"url":"https://github.com/gewoonjaap/exiftool-docker","last_synced_at":"2025-03-22T13:16:16.524Z","repository":{"id":255354406,"uuid":"849333894","full_name":"GewoonJaap/exiftool-docker","owner":"GewoonJaap","description":"Easily run ExifTool in a lightweight Docker container.","archived":false,"fork":false,"pushed_at":"2025-03-12T01:16:37.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T02:26:49.986Z","etag":null,"topics":["docker","easy","exiftool","exiftool-docker","lightweight"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GewoonJaap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-29T12:14:58.000Z","updated_at":"2025-03-12T01:16:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"20ae13bf-d7a7-41a3-b19d-0b1e63480a23","html_url":"https://github.com/GewoonJaap/exiftool-docker","commit_stats":null,"previous_names":["gewoonjaap/exiftool-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GewoonJaap%2Fexiftool-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GewoonJaap%2Fexiftool-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GewoonJaap%2Fexiftool-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GewoonJaap%2Fexiftool-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GewoonJaap","download_url":"https://codeload.github.com/GewoonJaap/exiftool-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244959457,"owners_count":20538629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","easy","exiftool","exiftool-docker","lightweight"],"created_at":"2024-10-14T05:43:43.547Z","updated_at":"2025-03-22T13:16:16.501Z","avatar_url":"https://github.com/GewoonJaap.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExifTool CLI Docker Container\n[![Create and publish a Docker image](https://github.com/GewoonJaap/exiftool-docker/actions/workflows/publish.yml/badge.svg)](https://github.com/GewoonJaap/exiftool-docker/actions/workflows/publish.yml)\n\nThis repository provides a Docker container for the ExifTool CLI, allowing you to interact with the ExifTool CLI without installing it on your machine.\n\n## Prerequisites\n\n- Docker installed on your machine.\n\n## Building the Docker Image (OPTIONAL)\n\nTo build the Docker image, run the following command:\n\n```sh\ndocker build --build-arg TARGETARCH=$(uname -m) -t exiftool-docker:latest .\n```\n\nThis command will build the Docker image for the appropriate architecture (amd64, arm, or arm64).\n\n## Running the Docker Container\n- Run the docker container with the following command:\n```sh\ndocker run -it -v \u003cMEDIALOCATION\u003e:/data ghcr.io/gewoonjaap/exiftool-docker:latest\n```\n\nThis command will run the ExifTool CLI in the Docker container and mount the desired directory to the `/data` directory in the container.\nNow attach a console to the Docker container and run the ExifTool CLI commands as you would on your local machine.\n\n### Example command\nYou can replace `/data` with any other direction you want.\nThe `exiftool` executable is available in the container, in the exiftool/ folder, so you can run any ExifTool CLI command you would like.\n```sh\ncd exiftool\n./exiftool \"-FileCreateDate\u003cFileCreateDate\" \"-FileModifyDate\u003cFileCreateDate\" -ext .mp4 -ext .jpg -ext .jpeg -ext .heic -ext .MOV -ext .png /data\n```\n\n```sh\ncd exiftool\n./exiftool \"-FileCreateDate\u003cCreateDate\" \"-FileModifyDate\u003cCreateDate\" -ext .mp4 -ext .jpg -ext .jpeg -ext .heic -ext .MOV -ext .png /data\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgewoonjaap%2Fexiftool-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgewoonjaap%2Fexiftool-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgewoonjaap%2Fexiftool-docker/lists"}