Is there a recommended way to a user to the docker group? Through the GUI it does not work and sudo usermod -aG also gives an error.
same error as with usermod: [sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/run/sssd-cache/db/config.ldb]
Could not open available domains
[sss_cache] [confdb_init] (0x0010): Unable to open config database [/var/run/sssd-cache/db/config.ldb]
Could not open available domains
I remembered I had added users to the docker group, so I backtracked and confirmed that you can add users to the docker group directly in the UI, as long as you add it as the users Primary group. Adding Docker as a secondary group is not accepted.
IMHO this is at least an interface inconsistency and most probably a bug, unless there is a solid reason to block users from adding container users to this group.
My knowledge in this topic is very superficial, but AFAIK adding the container user to the docker group is the recommended way for containers not running as root. Or should adding the user to the Apps group in TrueNAS be the recommended replacement in this case?