tu-wien
/
kerma
Archived
2
0
Fork 0
This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
kerma/run.sh

11 lines
445 B
Bash
Executable File

#!/bin/bash
# Please read the README for a full list of environment variables
echo "DOCKER_REGISTRY=localhost" >.env
echo "KERMA_STORE_BASE_DIR=/var/local/badkerma" >>.env
echo "=================================================="
echo "Starting with an empty peer list for readability. Please add KERMA_INITIAL_PEER_LIST to .env if you'd like to emulate a host run."
echo "=================================================="
make docker-debug