9 lines
208 B
Bash
9 lines
208 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:443/redsat/move2docker:$(arch) |