(simatec) Beta 0.1.0

This commit is contained in:
simatec 2022-03-08 14:21:24 +01:00
parent a37bf6fdcb
commit 18737760a6

View file

@ -21,9 +21,6 @@ apt install curl git -y
```
curl -sSL https://get.docker.com/ | CHANNEL=stable sh
```
```
systemctl enable --now docker
```
@ -31,9 +28,6 @@ systemctl enable --now docker
```
curl -L https://github.com/docker/compose/releases/download/$(curl -Ls https://www.servercow.de/docker-compose/latest.php)/docker-compose-$(uname -s)-$(uname -m) > /usr/local/bin/docker-compose
```
```
chmod +x /usr/local/bin/docker-compose
```
@ -53,13 +47,7 @@ apt purge postfix -y
```
cd /opt
```
```
git clone https://github.com/simatec/piler-docker.git
```
```
cd /opt/piler-docker
```