move2docker/scripts/run.sh

9 lines
201 B
Bash
Raw Normal View History

2020-02-12 05:02:06 +00:00
#!/bin/bash
2020-02-12 16:57:13 +00:00
cd "${0%/*}/.."
source ./config/config.sh
2020-02-12 17:19:25 +00:00
docker run -it --rm \
-v $(pwd)/data:/app/data:rw \
--env DISPLAY=host.docker.internal:0.0 \
2020-02-14 00:55:31 +00:00
registry.chrz.de:443/move2docker:$(arch)