fix urls for Docker
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
500c9ded7f
commit
0e2924cdcc
|
@ -107,7 +107,7 @@ After building, you should obtain the SD Card image `sdcard.img` and the firmwar
|
||||||
When using a Docker container, all the prerequisites are automatically installed.
|
When using a Docker container, all the prerequisites are automatically installed.
|
||||||
|
|
||||||
### How to get the sources
|
### How to get the sources
|
||||||
When using a Docker container, you must first get the FunKey-OS [Dockerfile](https://raw.githubusercontent.com/Michel-FK/FunKey-Project/master/docker/Dockerfile) and put it into a separate directory:
|
When using a Docker container, you must first get the FunKey-OS [Dockerfile](https://raw.githubusercontent.com/FunKey-Project/master/docker/Dockerfile) and put it into a separate directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ mkdir <FunKey directory>
|
$ mkdir <FunKey directory>
|
||||||
|
@ -123,7 +123,7 @@ $ docker build -t funkey-project/funkey-os .
|
||||||
You may now build your FunKey with:
|
You may now build your FunKey with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker run -d -name funkey-os funkey-project/funkey-os
|
$ docker run -d --name funkey-os funkey-project/funkey-os
|
||||||
```
|
```
|
||||||
This may take a while, consider getting yourself a cup or glass of your favorite beverage ;-)
|
This may take a while, consider getting yourself a cup or glass of your favorite beverage ;-)
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,7 @@ RUN \
|
||||||
#
|
#
|
||||||
# Clone the FunKey-OS repository
|
# Clone the FunKey-OS repository
|
||||||
git config --global url."https://91133a45ba476b7fc73c7b190dc597fa8f9c909d:@github.com/".insteadOf "https://github.com/" && \
|
git config --global url."https://91133a45ba476b7fc73c7b190dc597fa8f9c909d:@github.com/".insteadOf "https://github.com/" && \
|
||||||
git clone https://github.com/Michel-FK/FunKey-OS.git /home/funkey/FunKey-OS && \
|
git clone https://github.com/FunKey-Project/FunKey-OS.git /home/funkey/FunKey-OS && \
|
||||||
#
|
#
|
||||||
# Set file ownership
|
# Set file ownership
|
||||||
chown -R funkey:funkey /home/funkey
|
chown -R funkey:funkey /home/funkey
|
||||||
|
|
Loading…
Reference in New Issue