From 009987da87ece5964fba6cb7d3bb18de8cc4fe28 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Sat, 21 Nov 2020 23:46:47 +0100 Subject: [PATCH] update Docker ID Signed-off-by: Michel-FK --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22fb4b9..15af6c5 100755 --- a/README.md +++ b/README.md @@ -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!): ```bash -$ docker build -t funkey-project/funkey-os . +$ docker build -t funkeyproject/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 +$ docker run --name funkey-os funkeyproject/funkey-os ``` Or alternatively, you can run it in the background with: ```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: