README
dorun
Docker run and mount current dir
--@STCStatus In progress
Install
sudo npm i dorun --g
Synopsis
dorun IMAGE [cmd arg1 arg2 arg3 ...]
Usage
dorun jgwill/ubuntu
Run a docker container with current dir mounted as /work/input
<script type="module">
import dorun from 'https://cdn.skypack.dev/dorun';
</script>
Docker run and mount current dir
sudo npm i dorun --g
dorun IMAGE [cmd arg1 arg2 arg3 ...]
dorun jgwill/ubuntu