docker-aio/opensuse.sh

7 lines
174 B
Bash
Raw Permalink Normal View History

2023-04-17 21:04:13 +02:00
#!/bin/bash
zypper --non-interactive install docker
systemctl start docker
systemctl enable docker
zypper --non-interactive install python3-pip
pip3 install docker-compose
fi