From f937cb515cd07d6a28ed9e919bbb723b8e5b1187 Mon Sep 17 00:00:00 2001 From: Shiny Nematoda Date: Sat, 6 Aug 2022 16:56:50 +0200 Subject: [PATCH] Better wording Signed-off-by: Shiny Nematoda --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9cf82..59c4227 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Make sure the following dependencies are met: Clone the repo ```sh $ git clone https://codeberg.org/Hyperpipe/Docker +cd Docker ``` Make the setup script executable @@ -28,6 +29,8 @@ $ ./gen.sh ### Step 3 - Docker +*Run the following commands as root* + Build ```sh $ docker-compose build @@ -47,7 +50,10 @@ $ ./update.sh ## Cleaning -You can use this to clean old files but be aware that all docker images that are down will get removed too so if you self host other stuff than hyperpipe, make sure to run all images (incl databases) then run the command down +***WARNING: The following command will remove ALL existing docker images that are not currently running*** + +*Run the following commands as root* + ```sh # docker system prune -a # docker volume prune