update Docker ID

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2020-11-21 23:46:47 +01:00
parent abaf51368a
commit 009987da87

View File

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