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