GeistHaus
log in · sign up

mariadb Docker official image overview

hub.docker.com

MariaDB Server is a high performing open source relational database, forked from MySQL.

15 pages link to this URL
Self-hosting Matomo with Docker

Matomo is a viable alternative to Google Analytics as an ethical and privacy-oriented web analytics tool. In this post we see how to install it with Docker, alongside MariaDB and a couple of nginx-related containers.

0 inbound links article en post
MariaDB Review

MariaDB is one of my favorite open-source relational databases. However, I hesitate to recommend it.

0 inbound links article en
MariaDB in brief - MariaDB.org

MariaDB Server is a general purpose open source relational database management system. It’s one of the most popular database servers in the world, with notable users including Wikipedia, WordPress.com and Google. … Continue reading "MariaDB in brief"

1 inbound link article en
Easy SSL Websites with Docker and LetsEncrypt

Like I mentioned in the previous post about a self-hosted life, I’ve grown fond of Docker for website management. There’s something very satisfying about running some commands and getting the same result every time (i.e., purely functional) and knowing there’s no stateful cruft hanging around from previous iterations. Enter Docker. Docker creates containers that are reproducible based on a file that tells it exactly what to do so that it does the same thing every time.

0 inbound links article en posts
Running Keystone with Docker Compose

In this article, we will look at what is necessary to run OpenStack’s Keystone service (and the requisite database server) in containers using Docker Compose. Running MariaDB The standard mariadb docker image can be configured via a number of environment variables. It also benefits from persistent volume storage, since in most situations you don’t want to lose your data when you remove a container. A simple docker command line for starting MariaDB might look something like:

0 inbound links article en tech