0849c7769a
add setup-e2term.sh
7 lines
162 B
Bash
Executable File
7 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
docker kill sample-xapp-24
|
|
docker rm sample-xapp-24
|
|
docker rmi sample-xapp:latest
|
|
./setup-sample-xapp.sh ns-o-ran
|
|
|
|
docker exec -it sample-xapp-24 bash |