mozilla-services/maxscale-docker

Name: maxscale-docker

Owner: Mozilla Services

Description: This project is a Docker container for MaxScale.

Forked from: asosso/maxscale-docker

Created: 2017-07-27 00:20:52.0

Updated: 2017-06-16 02:17:32.0

Pushed: 2017-08-17 22:03:29.0

Homepage: null

Size: 12

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

maxscale-docker

This project is a Docker container for MaxScale.

[](https://imagelayers.io/?images=asosso/maxscale:latest 'ImageLayers') Docker Repository on Quay

Base docker image to run a MaxScale server

MariaDB MaxScale is an open-source, database-centric proxy that works with MariaDB Enterprise, MariaDB Enterprise Cluster, MariaDB 5.5, MariaDB 10 and Oracle MySQL®. 
It?s pluggable architecture is designed to increase flexibility and aid customization. Built upon a lightweight, high-speed networking core designed to facilitate throughput.
MariaDB MaxScale runs between the client application and the database cluster offering connection and statement-based load balancing. 
MariaDB MaxScale allows scaling of an organization's database infrastructure while keeping the needs of DBAs, Developers and Data Architects in mind.
Getting the container

The container is very small and available on the Docker Index:

docker pull asosso/maxscale
Using the container

Just trying out MaxScale.

If you just want to run a single instance of MaxScale server to try out its functionality:

docker run -d asosso/maxscale
Build the container

To create the image asosso/maxscale, execute the following command on the maxscale-docker folder:

docker build -t asosso/maxscale .
Thanks
Contribute

Contributions are welcome.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
License

Copyright 2015 Andrea Sosso Licensed under the MIT License


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.