mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2026-04-02 11:55:30 +00:00
Clear History
This commit is contained in:
9
code/scenarios/one-sat-two-base/run.sh
Executable file
9
code/scenarios/one-sat-two-base/run.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user