You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
$ 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:
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.
The text was updated successfully, but these errors were encountered: