Skip to content

Commit 6cafb04

Browse files
committed
newgrp docker instead of step 2
1 parent 5363470 commit 6cafb04

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

docs/tutorials/quickstart.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,18 @@ persistent environment from your main device, a tablet, or your phone.
3535
- [Linux instructions](https://docs.docker.com/desktop/install/linux-install/)
3636
- [Mac instructions](https://docs.docker.com/desktop/install/mac-install/)
3737

38-
1. Set up the Docker daemon in rootless mode for your user to run Docker as a
39-
non-privileged user:
40-
41-
```shell
42-
dockerd-rootless-setuptool.sh install
43-
```
44-
45-
Depending on your system's dependencies, you might need to run other commands
46-
before you retry this step. Read the output of this command for further
47-
instructions.
48-
4938
1. Assign your user to the Docker group:
5039

5140
```shell
5241
sudo usermod -aG docker $USER
5342
```
5443

44+
1. Update the group with `newgrp`:
45+
46+
```shell
47+
newgrp docker
48+
```
49+
5550
1. Install Coder:
5651

5752
```shell

0 commit comments

Comments
 (0)