openbaton / bootstrap

Project containing all the required tools for instantiating openbaton
7 stars 14 forks source link

2 containers not starting after Docker reboot #26

Open faucherjacques opened 5 years ago

faucherjacques commented 5 years ago

The Docker containers rabbitmq:3-management-alpine and mysql/mysql-server:5.7.20 are not restarting automatically after the Docker host is rebooted. The 5 openbaton/ containers are stuck in a "restarting" loop since they are missing rabbitmq and mysql. Once mysql and rabbitmq are manually started, the 5 openbaton/ containers go up and OpenBaton is working.

mpauls commented 5 years ago

Reasonable point but I am wondering why RabbitMQ and MySQL were failing the first time. They don't have any dependencies to anything so if they fail the first time, they'll fail always. Any concerns about that?