 e2fb5b4ddf
			
		
	
	e2fb5b4ddf
	
	
	
		
			
			The Dockerfile is used to build a Docker image with all MaxScale dependencied included. A short readme for using the image is attached.
		
			
				
	
	
		
			25 lines
		
	
	
		
			669 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			669 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| # 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
 |