first commit

This commit is contained in:
Blake Ridgway 2020-09-11 22:12:49 -05:00
commit e7410994a3
67 changed files with 5154 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#############################
# 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