Skip to content

Commit

Permalink
fedora-coreos-base: add the docker group to /etc/group file
Browse files Browse the repository at this point in the history
This is a short term solution to fix an issue where running
`usermod -aG docker username` doesn't work.

Fixes: coreos/fedora-coreos-tracker#2
  • Loading branch information
dustymabe authored and jlebon committed Sep 20, 2019
1 parent 8f7eca9 commit 99ddc6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ etc-group-members:
- sudo
- systemd-journal
- adm
# Add the docker group to /etc/group
# https://github.com/coreos/fedora-coreos-tracker/issues/2
# This will be no longer needed when systemd-sysusers has been implemented:
# https://github.com/projectatomic/rpm-ostree/issues/49
- docker
check-passwd:
type: "file"
filename: "passwd"
Expand Down

0 comments on commit 99ddc6e

Please sign in to comment.