11 lines
		
	
	
		
			180 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			180 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM syui/aios
 | |
| ADD .ssh /root/.ssh
 | |
| #USER root
 | |
| #ADD .config /root/.config
 | |
| #WORKDIR /root
 | |
| #
 | |
| #ADD ./test/entrypoint.sh /
 | |
| #RUN chmod +x /entrypoint.sh
 | |
| #
 | |
| #ENTRYPOINT ["/entrypoint.sh"]
 |