Added container-proc build image

This commit is contained in:
Daimakaimura
2023-05-19 11:17:57 +01:00
parent 35c18ac220
commit 5895030fc4

View File

@@ -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