From f14d38a6a91130f0b9d307fb19f084f5137aa898 Mon Sep 17 00:00:00 2001 From: hanez Date: Sat, 7 Jun 2025 08:40:49 +0200 Subject: [PATCH] README update. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81dcb29..82afb1d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ Why the name "rusty"? Because it is based on some earlier Docker stuff I made fo My plan is to switch from Docker to native Linux Containers at some time but I am faster in building the prototype using Docker... ;) +## Prerequisites + + * Docker...! What a wonder... :) + * Be sure to be member of the docker group. Else, you need to do all the next steps as user root. I will not cover this here! + ## Get the code git clone https://git.xw3.org/hanez/rusty @@ -13,7 +18,7 @@ My plan is to switch from Docker to native Linux Containers at some time but I a git clone git@git.xw3.org:hanez/rusty.git (needs an account on git.xw3.org) cd rusty -## Prepare environment +## Prepare the environment mkdir -p home/$USER chown $USER:$USER home/$USER