MaxScale based on Debian, presented by DAILY Co., Ltd.
10K+
This project is a Docker image for MaxScale.
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.
This project is a Docker container for MaxScale.
The container is very small and available on the Docker Index:
docker pull dailyhotel/maxscale
Just trying out MaxScale.
If you just want to run a single instance of MaxScale server to try out its functionality:
docker run -d dailyhotel/maxscale
To create the image dailyhotel/maxscale, execute the following command on the maxscale-docker folder:
docker build -t dailyhotel/maxscale .
Contributions are welcome.
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)Copyright 2015 (주)데일리 Licensed under the MIT License
Content type
Image
Digest
Size
81.4 MB
Last updated
almost 9 years ago
docker pull dailyhotel/maxscale