mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-27 08:14:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			188 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			188 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM alpine:latest
 | |
| MAINTAINER Miek Gieben <miek@miek.nl> @miekg
 | |
| 
 | |
| RUN apk --update add bind-tools && rm -rf /var/cache/apk/*
 | |
| 
 | |
| ADD coredns /coredns
 | |
| 
 | |
| EXPOSE 53 53/udp
 | |
| ENTRYPOINT ["/coredns"]
 |