Refactor Docker setup to create additional directories for ExaBGP and update named pipe creation in start.sh. Modify Docker_RUN.md to include new log and environment variable checks, and clean up generate_config.py by removing obsolete CLI settings.
Build and Push Docker Image / build (push) Successful in 3m18s
Build and Push Docker Image / build (push) Successful in 3m18s
This commit is contained in:
+5
-1
@@ -285,10 +285,14 @@ docker exec bgp-server cat /app/exabgp.conf
|
||||
docker exec bgp-server exabgp --validate /app/exabgp.conf
|
||||
|
||||
# Проверьте named pipes
|
||||
docker exec bgp-server ls -la /app/run/
|
||||
docker exec bgp-server ls -la /run/exabgp/
|
||||
docker exec bgp-server ls -la /var/run/exabgp/
|
||||
|
||||
# Проверьте логи ExaBGP
|
||||
docker exec bgp-server cat /app/logs/exabgp.log
|
||||
|
||||
# Проверьте переменные окружения
|
||||
docker exec bgp-server env | findstr BGP_
|
||||
```
|
||||
|
||||
### Проблема: Файл prefixes.txt не найден
|
||||
|
||||
Reference in New Issue
Block a user