move2docker/scripts/run.sh
Christoph Honal e5dbf8211a
Some checks reported errors
continuous-integration/drone/push Build was killed
fix repo port
2020-02-14 08:08:05 +01:00

9 lines
204 B
Bash

#!/bin/bash
cd "${0%/*}/.."
source ./config/config.sh
docker run -it --rm \
-v $(pwd)/data:/app/data:rw \
--env DISPLAY=host.docker.internal:0.0 \
registry.chrz.de/redsat/move2docker:$(arch)