Skip to content

Commit 009987d

Browse files
committed
update Docker ID
Signed-off-by: Michel-FK <[email protected]>
1 parent abaf513 commit 009987d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,18 @@ $ wget https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/
116116

117117
You must then build the docker image (don't forget the final dot!):
118118
```bash
119-
$ docker build -t funkey-project/funkey-os .
119+
$ docker build -t funkeyproject/funkey-os .
120120
```
121121

122122
### Build the disk image & firmware update files
123123
You may now build your FunKey with:
124124
```bash
125-
$ docker run --name funkey-os funkey-project/funkey-os
125+
$ docker run --name funkey-os funkeyproject/funkey-os
126126
```
127127

128128
Or alternatively, you can run it in the background with:
129129
```bash
130-
$ docker run -d --name funkey-os funkey-project/funkey-os
130+
$ docker run -d --name funkey-os funkeyproject/funkey-os
131131
```
132132

133133
If you launch it in the background, you can still follow what is going on with either:

0 commit comments

Comments
 (0)