#!/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