This commit is contained in:
Brian Seymour 2018-09-19 21:58:50 -05:00
parent 54655109d1
commit 9f679692ab
4 changed files with 34 additions and 0 deletions

10
docker/execute Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
abs=$1
file=$(basename $abs)
docker run \
--rm \
-v $abs:/$file \
-it foo \
python3 /$file