custom-tee-storage/run-docker.sh
2024-03-21 22:12:03 +01:00

9 lines
233 B
Bash
Executable File

#!/usr/bin/env bash
set -euxo pipefail
docker run \
--name op-tee-secstore \
--rm \
-v $(pwd)/bliq_storage:/optee/optee_examples/bliq_storage \
-e DISPLAY=docker.for.mac.host.internal:0 \
-it op-tee-quemu:latest