From 94c41477bce089e0453e03b3f902fc07924f9468 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Fri, 11 Feb 2022 21:55:16 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac02314..2ea2227 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,12 @@ ### Instructions: 1. Clone this repository 2. Open a terminal in the cloned folder -3. Run `docker-compose up -d` to build the docker image and start the container afterwards +3. Run `docker-compose up -d` to build the docker image and start the container afterwards in detached mode --- Notes: +* The first start of the container will take a moment since all components have to be downloaded and/or compiled * You can access the containers shell with the following command:\ `docker exec -it bash` * You get the `` with the following command:\