docker run --rm -it -v ${PWD}:/src/scripts --name XXXXXX IMAGENAME /bin/bash
--rmthis instance will be deleted once we 'exit' the image-itinteractive mode-vsharing folders (called sharing VOLUMES)${PWD}source folder:denotes that we're sharing between these two volumes