13 lines
		
	
	
		
			No EOL
		
	
	
		
			332 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			No EOL
		
	
	
		
			332 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#############################
 | 
						|
# Set up Docker on openSUSE #
 | 
						|
#############################
 | 
						|
 | 
						|
 | 
						|
# Utilizes Zypper to install Docker and Docker Compose
 | 
						|
 | 
						|
echo "Installing Docker and Docker Compose!"
 | 
						|
zypper install docker docker-compose
 | 
						|
 | 
						|
# Enables Docker to start on system boot
 | 
						|
echo "Enabling Docker at boot!"
 | 
						|
sudo systemctl enable docker |