mirror of
https://github.com/amidaware/trmm-docs.git
synced 2026-04-28 21:55:57 +03:00
[PR #198] [MERGED] Update docker docs to remove sudo #200
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/trmm-docs#200
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/trmm-docs/pull/198
Author: @grahamIT
Created: 8/29/2023
Status: ✅ Merged
Merged: 8/29/2023
Merged by: @wh1te909
Base:
main← Head:main📝 Commits (4)
4b4602eUse docker-compose directly59a40e5remove sudo51cd9a1remove sudo79060cdadd clarification to docker install section📊 Changes
2 files changed (+22 additions, -6 deletions)
View changed files
📝
docs/install_docker.md(+9 -1)📝
docs/update_docker.md(+13 -5)📄 Description
I noticed that the docker install and update docs suggested using docker as root. This is a security risk and is unnecessarily complicated. The better alternative is to add your user into the docker group. This allows for easy access to docker commands without having to deal with sudo or passwords.
I also added a bit of clarification for installing docker.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.