mirror of
				https://github.com/linka-cloud/d2vm.git
				synced 2025-11-04 03:21:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			123 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			123 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM ubuntu
 | 
						|
 | 
						|
RUN apt update && apt install -y openssh-server && \
 | 
						|
    echo "PermitRootLogin yes" >> /etc/ssh/sshd_config \
 |