Actually running init as root user
This commit is contained in:
parent
26816ff13e
commit
4a6e3bf50a
|
@ -72,4 +72,4 @@ USER $USERNAME
|
||||||
RUN curl -L https://nixos.org/nix/install | sh -s -- --no-daemon
|
RUN curl -L https://nixos.org/nix/install | sh -s -- --no-daemon
|
||||||
COPY ./nix.conf /etc/nix/nix.conf
|
COPY ./nix.conf /etc/nix/nix.conf
|
||||||
# # RUN nix flake init
|
# # RUN nix flake init
|
||||||
# USER 0
|
USER 0
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Make sure sysbox is installed and run
|
Make sure sysbox is installed and run
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run --runtime=sysbox-runc -it spiri-sdk-desktop
|
docker run --runtime=sysbox-runc -it git.spirirobotics.com/spiri/spiri-sdk-desktop:master
|
||||||
```
|
```
|
||||||
|
|
||||||
Navigate to http://localhost:8466, and log in using the username `spiri` and the password `spiri-friend`
|
Navigate to http://localhost:8466, and log in using the username `spiri` and the password `spiri-friend`
|
||||||
|
|
Loading…
Reference in New Issue