first commit
This commit is contained in:
13
docker-setup/openSUSE/opensuse-docker.sh
Executable file
13
docker-setup/openSUSE/opensuse-docker.sh
Executable 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
|
||||
Reference in New Issue
Block a user