Add Dockerfile
The Dockerfile is used to build a Docker image with all MaxScale dependencied included. A short readme for using the image is attached.
This commit is contained in:
24
docker/maxscale.cnf
Normal file
24
docker/maxscale.cnf
Normal file
@ -0,0 +1,24 @@
|
||||
# MaxScale documentation on GitHub:
|
||||
# https://github.com/mariadb-corporation/MaxScale/blob/develop/Documentation/Documentation-Contents.md
|
||||
|
||||
# Complete list of configuration options:
|
||||
# https://github.com/mariadb-corporation/MaxScale/blob/develop/Documentation/Getting-Started/Configuration-Guide.md
|
||||
|
||||
# Global parameters
|
||||
|
||||
[maxscale]
|
||||
threads=2
|
||||
|
||||
# This service enables the use of the MaxAdmin interface
|
||||
# MaxScale administration guide:
|
||||
# https://github.com/mariadb-corporation/MaxScale/blob/develop/Documentation/Reference/MaxAdmin.md
|
||||
|
||||
[MaxAdmin-Service]
|
||||
type=service
|
||||
router=cli
|
||||
|
||||
[MaxAdmin-Listener]
|
||||
type=listener
|
||||
service=MaxAdmin-Service
|
||||
protocol=maxscaled
|
||||
socket=default
|
Reference in New Issue
Block a user