Deploy with Docker
This page is part of MariaDB's Documentation.
The parent of this page is: Deployment Methods
Topics on this page:
Overview
MariaDB Corporation provides Docker images for MariaDB Enterprise Server.
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.