This commit is contained in:
bel
2021-09-14 06:29:17 -06:00
commit a71c585675
36 changed files with 700 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#! /bin/bash
img="staannoe/tracks"
tag="latest"
docker pull $img:$tag
docker run --rm -it \
--name ${img##*/} \
-p 8344:80 \
-v $(pwd)/mnt:/data \
$img:$tag