Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: apply newgrp docker to prevent re-login #48

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
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
3 changes: 1 addition & 2 deletions docs/setup/docker.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ echo \
sudo apt-get update
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo usermod -aG docker $USER
newgrp docker
```

以下のコマンドで正常にインストールされているか確認してください。
Expand All @@ -35,8 +36,6 @@ sudo docker run hello-world

`Hello from Docker!`と表示されれば正常にインストール出来ています。

ここまで出来たら一度再起動します。

## rockerのインストール

rockerはDockerコンテナのGUIアプリを簡単に起動できるようにするツールです。
Expand Down
Loading