(simatec) Beta 0.1.0
This commit is contained in:
parent
a37bf6fdcb
commit
18737760a6
1 changed files with 0 additions and 12 deletions
12
README.md
12
README.md
|
@ -21,9 +21,6 @@ apt install curl git -y
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -sSL https://get.docker.com/ | CHANNEL=stable sh
|
curl -sSL https://get.docker.com/ | CHANNEL=stable sh
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
systemctl enable --now docker
|
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
|
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
|
chmod +x /usr/local/bin/docker-compose
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -53,13 +47,7 @@ apt purge postfix -y
|
||||||
|
|
||||||
```
|
```
|
||||||
cd /opt
|
cd /opt
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
git clone https://github.com/simatec/piler-docker.git
|
git clone https://github.com/simatec/piler-docker.git
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
cd /opt/piler-docker
|
cd /opt/piler-docker
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue