Update Dockerfile to include procps package and enhance start.sh with additional ExaBGP process checks. The script now verifies the ExaBGP process status after startup and checks for the prefix loader process, improving monitoring and troubleshooting capabilities.
Build and Push Docker Image / build (push) Successful in 3m20s

This commit is contained in:
2025-07-11 17:28:19 +07:00
parent 699cb4b5ba
commit 5feedd9a39
2 changed files with 21 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y \
iproute2 \
iputils-ping \
net-tools \
procps \
&& rm -rf /var/lib/apt/lists/*
# Установка ExaBGP