Skip to content

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

License

Notifications You must be signed in to change notification settings

lukascernydis/docker-mariadb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker MariaDB

Docker Pulls Discord

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

Versioning

This image versioning is following Appwrite server versioning. This means that if you use Appwrite server version 1.1.* , also use version 1.1.* of Appwrite MariaDB docker image.

Environment Variables

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

Build

docker build --tag appwrite/mariadb:1.0.3 .

docker push appwrite/mariadb:1.0.3

Find Us

Authors

Eldad Fux

Copyright and license

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TSQL 94.9%
  • Dockerfile 5.1%