Docker + MariaDB: Made a Dockerfile, can someone please review it?

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! :smile:

Thanks,

Dylan

1 Like

looks to me like you’ve covered things well - nice!

Thanks @sven!

Really enjoying Docker!