/docker-mariadb

MariaDB container with Appwrite server DB schema and tables initialized and ready to use for fresh installations.

Primary LanguageDockerfileMIT LicenseMIT

Docker MariaDB

Discord Docker Pulls Build Status Twitter Account Follow Appwrite on StackShare

MariaDB container with Appwrite server DB schema and tables initialized and ready to use for fresh Appwrite installation. This server is only extending the official MariaDB docker image with Appwrite schemas and tables already installed, for a fresh installation of MariaDB use only docker official image.

Getting Started

These instructions will cover usage information to help your run Appwrite's MariaDB docker container.

Prerequisites

In order to run this container you'll need docker installed.

Usage

docker run appwrite/mariadb

Environment Variables

This container supports all environment variables supplied by the official MariaDB Docker image.

Build

docker build --tag appwrite/mariadb:1.3.0 .

docker push appwrite/mariadb:1.3.0

Multi-arch build (experimental using buildx):

docker buildx build --platform linux/amd64,linux/arm64/v8,linux/ppc64le --tag appwrite/mariadb:1.3.0 --push .

Find Us

Copyright and license

The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php