mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
The Docker documentation[1] recommends using the `usermod` command for adding a user to the `docker` group. The previous `adduser` command only worked for Debian-based systems and is symlinked to `useradd` on my Fedora 43 by default. I also add the step to create the `docker` group which wasn't present previously and is a pre-req for adding $USER to the `docker` group. [1]: https://docs.docker.com/engine/install/linux-postinstall/ Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com> |
||
|---|---|---|
| .. | ||
| install-docker.md | ||
| shared-vagrant-errors.md | ||
| unix-troubleshoot.md | ||
| vagrant-halt.md | ||
| vagrant-rebuild.md | ||
| vagrant-resume.md | ||
| vagrant-ssh.md | ||
| vagrant-up.md | ||
| vagrant-update.md | ||
| vscode-vagrant.md | ||
| winvm-troubleshoot.md | ||
| wsl-rebuild.md | ||
| wsl-troubleshoot.md | ||