setup for loki
This commit is contained in:
		
							parent
							
								
									31b110314f
								
							
						
					
					
						commit
						cf99780b4e
					
				| 
						 | 
				
			
			@ -1,5 +1,6 @@
 | 
			
		|||
FROM fluent/fluentd:v1.12-debian-1
 | 
			
		||||
USER root
 | 
			
		||||
COPY fluent.conf /fluentd/etc/ 
 | 
			
		||||
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc
 | 
			
		||||
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc && \
 | 
			
		||||
    gem install fluent-plugin-grafana-loki
 | 
			
		||||
USER fluent
 | 
			
		||||
		Loading…
	
		Reference in New Issue