Refactor Docker setup to include /run/exabgp directory and update ExaBGP configuration. Added named pipes in standard and compatibility locations, ensuring proper initialization for CLI communication.
Build and Push Docker Image / build (push) Successful in 3m41s

This commit is contained in:
2025-07-11 16:21:30 +07:00
parent a7684e03a1
commit 050cf03339
4 changed files with 58 additions and 32 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
RUN pip install exabgp
# Создание структуры директорий
RUN mkdir -p /app/scripts /app/data /app/logs
RUN mkdir -p /app/scripts /app/data /app/logs /run/exabgp
# Копирование файлов
COPY exabgp.conf /app/exabgp.conf