File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,10 +120,24 @@ $ docker build -t funkey-project/funkey-os .
120120
121121### Build the disk image & firmware update files
122122You may now build your FunKey with:
123+ ``` bash
124+ $ docker run --name funkey-os funkey-project/funkey-os
125+ ```
123126
127+ Or alternatively, you can run it in the background with:
124128``` bash
125129$ docker run -d --name funkey-os funkey-project/funkey-os
126130```
131+
132+ If you launch it in the background, you can still follow what is going on with either:
133+ ``` bash
134+ $ docker top funkey-os
135+ ```
136+ Or:
137+ ``` bash
138+ $ docker logs funkey-os
139+ ```
140+
127141This may take a while (~ 1h30), so consider getting yourself a cup or glass of your favorite beverage ;-)
128142
129143<ins >Note</ins >: you will need to have access to the network, since buildroot will download the package sources.
You can’t perform that action at this time.
0 commit comments