Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Agent install scripts use incorrect group ID for docker group #6

Open
davidmckenzie opened this issue Oct 15, 2018 · 0 comments
Open

Comments

@davidmckenzie
Copy link

$ cat install_cht_perfmon.sh | grep -i dock
    # make sure docker group exists so that agent has access if docker
    groupadd -f docker
    useradd cht_agent -m -U -G docker

This adds a user-land group for docker (with GID > 1000). Docker group needs to be a system group (< 1000) to install:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784690

Installing the CHT agent prior to installing docker will cause docker installation to fail.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant