#!/bin/sh
# Build command
# docker build . -t gwhc/img2a
P=`realpath $PWD`
docker run --rm -it -v $P:/data gwhc/img2a $*