fgmeta/ws30/ws30-vbp-generator-docker/run_image.sh
Fahim Imaduddin Dalvi 4730d57d40 WS30: Updated Dockerfile with python scripts
The Dockerfile has been updated to include Python, ws30 line data
generation scripts and their dependencies.
2022-01-22 17:18:23 +03:00

11 lines
279 B
Bash
Executable File

#!/bin/bash
BASE_DIR="/home/flightgear"
mkdir -p output
docker run \
--rm \
--mount "type=bind,source=`pwd`/data,target=${BASE_DIR}/data,readonly" \
--mount "type=bind,source=`pwd`/output,target=${BASE_DIR}/output" \
-it \
flightgear/ws30-vbp-generator:latest /bin/bash $1