hello everyone i want to create a docker image from centos 7 with mariadb installed and running. the image created but mariadb won’t start. can anyone please help me.
This Is My Dockerfile.
#######################
FROM centos:7
I have two suggestions for you:
1… Study the Github pages of the official Mariadb image and see what needs to be done.
2. Study the Dockerfile reference to understand each instrcution.