Good morning all,
I created a custom dockerfile with bitnami's mariaDB as a base: https://pastebin.com/raw/hjT6e5dE and I was told that the CMD command i wrote in that dockerfile stopped mariadb from starting up. Sadly github is going through some severe crashes now so I thought i would ask here.
One recommendation I was told was to split the server and DB into two containers through docker-compose but that is not an option for me, I need everything in one container. I need to start both mariadb & lighttpd in the same container and make it work.
I was wondering where mariadb is located so I could start it up because I was thinking of writing a bash script that just spins up mariadb and lighttpd. Is this even an option?