Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit78d0dbc

Browse files
committed
prefer newgrp over log out/in
1 parentf982087 commit78d0dbc

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

‎docs/tutorials/quickstart.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,16 @@ persistent environment from your main device, a tablet, or your phone.
4141
sudo usermod -aG docker$USER
4242
```
4343

44-
1.Log out and log back in so that your group membership is re-evaluated or run:
44+
1.Run`newgrp` to activate the groups changes:
4545

46-
```shell
47-
newgrp docker
48-
```
46+
```shell
47+
newgrp docker
48+
```
49+
50+
You might need to log out and back in or restart the machine for changes to
51+
take effect.
52+
53+
Log out and log back in so that your group membership is re-evaluated or run:
4954

5055
1. Install Coder:
5156

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp