From 574f4891180c5c45bd78425aff8af673c482989a Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Fri, 20 Nov 2020 10:57:18 +0100 Subject: [PATCH] detail docker run follow-up commands Signed-off-by: Michel-FK --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5d6f022..6ebfda9 100755 --- a/README.md +++ b/README.md @@ -120,10 +120,24 @@ $ docker build -t funkey-project/funkey-os . ### Build the disk image & firmware update files You may now build your FunKey with: +```bash +$ docker run --name funkey-os funkey-project/funkey-os +``` +Or alternatively, you can run it in the background with: ```bash $ docker run -d --name funkey-os funkey-project/funkey-os ``` + +If you launch it in the background, you can still follow what is going on with either: +```bash +$ docker top funkey-os +``` +Or: +```bash +$ docker logs funkey-os +``` + This may take a while (~1h30), so consider getting yourself a cup or glass of your favorite beverage ;-) Note: you will need to have access to the network, since buildroot will download the package sources.