forked from Interanet/server-bootstrap
initial commit
This commit is contained in:
10
scripts/docker/os/opensuse.sh
Normal file
10
scripts/docker/os/opensuse.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo "Installing Docker for OpenSUSE..."
|
||||
|
||||
zypper refresh
|
||||
|
||||
zypper install -y \
|
||||
docker \
|
||||
docker-compose
|
||||
Reference in New Issue
Block a user