Add docker_log monitoring to telegraf
This commit is contained in:
		
							parent
							
								
									253206da97
								
							
						
					
					
						commit
						a90840b1dc
					
				
					 8 changed files with 58 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,3 @@
 | 
			
		|||
FROM ubuntu
 | 
			
		||||
FROM restic/restic
 | 
			
		||||
 | 
			
		||||
ENV DEBIAN_FRONTEND=noninteractive
 | 
			
		||||
 | 
			
		||||
RUN apt update -y \
 | 
			
		||||
	&& apt install -y curl restic
 | 
			
		||||
RUN apk add curl
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue