Running docker as non-sudo, add photon user to docker group
Open
Nobody has claimed this yet.
Nice to Have
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 692
- PR merge metrics
- No merged PRs in 30d
Description
Although this isn't a huge change, it's still something worth adding -
- Create the 'docker' group
- Add the 'docker' group to the 'photon' user
This will allow the docker daemon on bind to allow read/write to the Unix socket by the group 'docker' - Essentially allowing your 'photon' user to run docker ps instead of having to sudo it all.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.