Integrate all docker containers in one

Hello,

This request come from this post: Device doesn't update in Docker

To get working a LibreNMS in Docker, it is necessary to create more than one container: one for the interface, other for cron, other for memcache…

Is it not possible to integrate all in one container? At least the cron container add in the interface container.

Here is how is necessary to create more than one container: https://github.com/librenms/docker/blob/master/examples/compose/docker-compose.yml

Kind regards.

Hi @jlazkano
That is the all point of docker, to be able to split the load into more than one container, to scale … And one of the first things you want usually, is to separate the GUI from the Poller. So it does not really make sense to group them.

2 Likes