Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
newgrp docker instead of step 2
  • Loading branch information
EdwardAngert committed Oct 16, 2024
commit 6cafb04403f7c19f4ab92cacabd5aa881483bed3
17 changes: 6 additions & 11 deletions docs/tutorials/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,18 @@ persistent environment from your main device, a tablet, or your phone.
- [Linux instructions](https://docs.docker.com/desktop/install/linux-install/)
- [Mac instructions](https://docs.docker.com/desktop/install/mac-install/)

1. Set up the Docker daemon in rootless mode for your user to run Docker as a
non-privileged user:

```shell
dockerd-rootless-setuptool.sh install
```

Depending on your system's dependencies, you might need to run other commands
before you retry this step. Read the output of this command for further
instructions.

1. Assign your user to the Docker group:

```shell
sudo usermod -aG docker $USER
```

1. Update the group with `newgrp`:

```shell
newgrp docker
```

1. Install Coder:

```shell
Expand Down
Loading