#!/bin/sh docker run -it --rm -v "$1:/mnt" alpine:3.5 /bin/ash -sc 'cd /mnt'