#!/bin/bash

docker import  artifact.tar armore_artifact
docker run  --rm -v $(pwd):/mnt -it armore_artifact /bin/bash 
