detail docker run follow-up commands

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2020-11-20 10:57:18 +01:00
parent 8513ec163f
commit 574f489118
1 changed files with 14 additions and 0 deletions

View File

@ -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.