A little container I wrote to package mnamer in docker
Pass the folder of files you wish to process with mnamer as a volume to the container
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