Deploy with Docker

Overview

MariaDB Corporation provides Docker images for MariaDB Enterprise Server.

MariaDB Corporation provides Docker images for MariaDB Xpand.

Docker provides multiple benefits:

  • Docker is an open platform for developing, shipping, and running applications that allows you to separate your applications from your infrastructure.

  • Docker images are portable. A Docker image can be deployed in a Docker container on any system using the Docker platform, regardless of the host operating system.

  • Docker containers are isolated from the host operating system and from other Docker containers.