Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appwrite/docker-mariadb
MariaDB container with Appwrite server DB schema and tables initialized and ready to use for fresh installations.
https://github.com/appwrite/docker-mariadb
appwrite docker hacktoberfest maria
Last synced: 4 months ago
JSON representation
MariaDB container with Appwrite server DB schema and tables initialized and ready to use for fresh installations.
- Host: GitHub
- URL: https://github.com/appwrite/docker-mariadb
- Owner: appwrite
- License: mit
- Created: 2019-07-31T05:47:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T05:25:26.000Z (about 1 year ago)
- Last Synced: 2024-09-27T06:40:21.485Z (4 months ago)
- Topics: appwrite, docker, hacktoberfest, maria
- Language: Dockerfile
- Homepage: https://appwrite.io
- Size: 34.2 KB
- Stars: 37
- Watchers: 18
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker MariaDB
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)
[![Docker Pulls](https://img.shields.io/docker/pulls/appwrite/mariadb?color=f02e65&style=flat-square)](https://hub.docker.com/r/appwrite/mariadb)
[![Build Status](https://img.shields.io/travis/com/appwrite/docker-mariadb?style=flat-square)](https://travis-ci.com/appwrite/docker-mariadb)
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
[![Follow Appwrite on StackShare](https://img.shields.io/badge/follow%20on-stackshare-blue?style=flat-square)](https://stackshare.io/appwrite)MariaDB container with [Appwrite server](https://appwrite.io) 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](https://hub.docker.com/_/mariadb).
## 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.
* [Windows](https://docs.docker.com/windows/started)
* [OS X](https://docs.docker.com/mac/started/)
* [Linux](https://docs.docker.com/linux/started/)### Usage
```shell
docker run appwrite/mariadb
```### Environment Variables
This container supports all environment variables supplied by the official MariaDB Docker image.
### Build
```bash
docker build --tag appwrite/mariadb:1.3.0 .docker push appwrite/mariadb:1.3.0
```Multi-arch build (experimental using [buildx](https://github.com/docker/buildx)):
```
docker buildx build --platform linux/amd64,linux/arm64/v8,linux/ppc64le --tag appwrite/mariadb:1.3.0 --push .
```## Find Us
* [GitHub](https://github.com/appwrite)
* [Discord](https://appwrite.io/discord)
* [Twitter](https://twitter.com/appwrite)## Copyright and license
The MIT License (MIT) [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)