mirror of
				https://github.com/prometheus/node_exporter.git
				synced 2025-08-20 18:33:52 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			216 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			216 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM        quay.io/prometheus/busybox:latest
 | |
| MAINTAINER  The Prometheus Authors <prometheus-developers@googlegroups.com>
 | |
| 
 | |
| COPY node_exporter /bin/node_exporter
 | |
| 
 | |
| EXPOSE      9100
 | |
| ENTRYPOINT  [ "/bin/node_exporter" ]
 |