File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,18 +116,18 @@ $ wget https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/
116116
117117You 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
123123You 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
128128Or 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
133133If you launch it in the background, you can still follow what is going on with either:
You can’t perform that action at this time.
0 commit comments