Skip to content

Commit 574f489

Browse files
committed
detail docker run follow-up commands
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
1 parent 8513ec1 commit 574f489

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,24 @@ $ docker build -t funkey-project/funkey-os .
120120

121121
### Build the disk image & firmware update files
122122
You 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+
127141
This 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.

0 commit comments

Comments
 (0)