mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
Added container-proc build image
This commit is contained in:
6
build.sh
6
build.sh
@@ -18,7 +18,7 @@ cd analysis-module
|
||||
sh ./build.sh
|
||||
cd ..
|
||||
|
||||
# Build Gennet & WLS docker images
|
||||
# Build Gennet, WLS and Container-Proc monitoring docker images
|
||||
|
||||
cd gennet-module
|
||||
sh ./build_docker.sh
|
||||
@@ -28,6 +28,10 @@ cd wls-module
|
||||
docker build -t wls:0.0.1 .
|
||||
cd ..
|
||||
|
||||
cd ./monitoring/container-proc
|
||||
sh ./build.sh
|
||||
cd ..
|
||||
|
||||
# Prepare container proc monitoring venv
|
||||
python3 -m venv ./cproc-venv --without-pip
|
||||
source ./cproc-venv/bin/activate
|
||||
|
||||
Reference in New Issue
Block a user