Actually running init as root user

This commit is contained in:
Alex Davies 2024-01-23 12:01:05 -04:00
parent 26816ff13e
commit 4a6e3bf50a
2 changed files with 2 additions and 2 deletions

View File

@ -72,4 +72,4 @@ USER $USERNAME
RUN curl -L https://nixos.org/nix/install | sh -s -- --no-daemon
COPY ./nix.conf /etc/nix/nix.conf
# # RUN nix flake init
# USER 0
USER 0

View File

@ -2,7 +2,7 @@
Make sure sysbox is installed and run
```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`