b3vis/mnamer

By b3vis

Updated about 3 years ago

Small container image to run mnamer - media renamer

Image
0

682

mnamer Container

build images

Description

A little container I wrote to package mnamer in docker

Usage

Pass the folder of files you wish to process with mnamer as a volume to the container

Example run command

The following will interactively process folders in the /mnt folder that you've passed to the container from /path/to/files

docker run \
  -it --rm --name mnamer \
  -v /path/to/files:/mnt \
  b3vis/mnamer

Docker Pull Command

docker pull b3vis/mnamer