Hi all,
I’ve been working on a Dockerfile to build an image for MariaDB over the last few days. I think I’ve finally got it working the way I want it. I think I’ve generally followed best-practice, however I’m pretty new to Docker so I thought it would be really valuable to post it in here to see if anyone has any comments, or if anyone spots glaring mistakes that I’ve missed.
You can find it on GitHub at https://github.com/dylanlindgren/docker-mariadb
It’s also on the Docker Hub at https://registry.hub.docker.com/u/dylanlindgren/docker-mariadb
Any feedback would be greatly appreciated!
Thanks,
Dylan