mirror of
				https://github.com/docker/docker-bench-security.git
				synced 2025-11-04 02:58:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			194 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM alpine:3.1
 | 
						|
 | 
						|
RUN apk --update add docker
 | 
						|
 | 
						|
RUN mkdir /docker-bench-security
 | 
						|
 | 
						|
COPY . /docker-bench-security
 | 
						|
 | 
						|
WORKDIR /docker-bench-security
 | 
						|
 | 
						|
ENTRYPOINT ["/bin/sh", "docker-bench-security.sh"]
 |