master-thesis/code/scenarios/one-sat-two-base/run.sh

10 lines
193 B
Bash
Raw Normal View History

2023-05-11 17:44:13 +02:00
#!/bin/bash
cd "$(dirname "${BASH_SOURCE[0]}")"
eval $(minikube docker-env --shell bash)
docker build -t base-station ./base
docker build -t satellite ./sat
kubectl apply -f ./scenario.yaml