mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 07:38:50 +01:00
update Docker ID
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
abaf51368a
commit
009987da87
@ -116,18 +116,18 @@ $ wget https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/
|
|||||||
|
|
||||||
You must then build the docker image (don't forget the final dot!):
|
You must then build the docker image (don't forget the final dot!):
|
||||||
```bash
|
```bash
|
||||||
$ docker build -t funkey-project/funkey-os .
|
$ docker build -t funkeyproject/funkey-os .
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build the disk image & firmware update files
|
### Build the disk image & firmware update files
|
||||||
You may now build your FunKey with:
|
You may now build your FunKey with:
|
||||||
```bash
|
```bash
|
||||||
$ docker run --name funkey-os funkey-project/funkey-os
|
$ docker run --name funkey-os funkeyproject/funkey-os
|
||||||
```
|
```
|
||||||
|
|
||||||
Or alternatively, you can run it in the background with:
|
Or alternatively, you can run it in the background with:
|
||||||
```bash
|
```bash
|
||||||
$ docker run -d --name funkey-os funkey-project/funkey-os
|
$ docker run -d --name funkey-os funkeyproject/funkey-os
|
||||||
```
|
```
|
||||||
|
|
||||||
If you launch it in the background, you can still follow what is going on with either:
|
If you launch it in the background, you can still follow what is going on with either:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user