瀏覽代碼

detail docker run follow-up commands

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
Michel-FK 3 年之前
父節點
當前提交
574f489118
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      README.md

+ 14 - 0
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 ;-)
 
 <ins>Note</ins>: you will need to have access to the network, since buildroot will download the package sources.