Skip to content

gobgp docker doesn't start #1

@rhicks

Description

@rhicks

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions