Xibo Docker Container Contents

Hello,

Is it possible to know what applications make up the CMS stack in Docker?

I am guessing:
NGINX
MYSQL
Ubuntu?

What is pulled down when the CMS is started via docker?

What is running inside the Docker Container?

This would be useful when laying out the architecture.

Regards,
Shahid

You can indeed - the container definitions are all here:

web just contains a link to web-dev, so you can effectively ignore that one. In addition we use the standard MySQL container.

It should be noted that the items inside the containers might change between releases - for example we might move to Alpine rather than Jessie as a base OS.