From 5ac13127f3e305132e66c0b81f45a78b1e68f8c8 Mon Sep 17 00:00:00 2001 From: simatec Date: Sun, 18 Dec 2022 23:02:57 +0100 Subject: [PATCH] (simatec) Fis Readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c222fc..ec204bd 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,17 @@ apt install curl git -y ``` curl -sSL https://get.docker.com/ | CHANNEL=stable sh +``` +``` systemctl enable --now docker ``` * 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/v$(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,7 +57,11 @@ reboot now ``` cd /opt +``` +``` git clone https://github.com/simatec/piler-docker.git +``` +``` cd /opt/piler-docker ```