(simatec) fix readme
This commit is contained in:
parent
3e85dbf451
commit
d9c8c66c1d
1 changed files with 4 additions and 4 deletions
|
@ -15,13 +15,13 @@ https://www.mailpiler.org/
|
||||||
|
|
||||||
* Install Docker
|
* Install Docker
|
||||||
|
|
||||||
`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`
|
||||||
|
|
||||||
* Install Docker-Compose
|
* Install 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
|
`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`
|
||||||
|
|
||||||
* reboot your system
|
* reboot your system
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue