-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
When starting the docker images with either:
# docker-compose up
# docker-compose up -d
The gobgp image doesn't stay running.
There is a race condition I haven't figured out yet.
Just keep running the docker-compose up command over and over until it starts.
You can check if it is running using the docker ps command.
You should see all three containers when things are working correctly:
# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ab4ac0d3bc46 bgpdash_flask "/usr/bin/supervisord" 22 seconds ago Up 18 seconds 0.0.0.0:80->80/tcp bgpdash_flask_1
ec2546ce400b bgpdash_gobgp "/bin/sh -c /root/gob" 22 seconds ago Up 6 seconds 0.0.0.0:179->179/tcp bgpdash_gobgp_1
e520b32708a4 bgpdash_mongo "/entrypoint.sh mongo" 24 seconds ago Up 22 seconds 27017/tcp bgpdash_mongo_1
Metadata
Metadata
Assignees
Labels
No labels