#!/usr/bin/env bash set -euo pipefail # Runs the container and mounts this repo so outputs persist. docker run --rm -it \ -v "$(pwd)":/workspace/edgeeda-agent \ -w /workspace/edgeeda-agent \ edgeeda-agent bash