2020-02-12 05:02:06 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2020-02-12 16:57:13 +00:00
|
|
|
cd "${0%/*}/.."
|
|
|
|
source ./config/config.sh
|
|
|
|
|
|
|
|
export UI_MODE=$1
|
|
|
|
docker run -it --rm -v ./data:/app/data:rw --env DISPLAY=host.docker.internal:0.0 registry.chrz.de:443/move2docker:$UI_MODE-latest-$(arch)
|