From 4a6e3bf50ab73531725eb5dc087228ac5b5375fe Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Tue, 23 Jan 2024 12:01:05 -0400 Subject: [PATCH] Actually running init as root user --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27e982e..4be920c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 12b2dfc..61be858 100644 --- a/README.md +++ b/README.md @@ -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`