Good day sir,
My goal is to create a base image with Homebrew installed, but Homebrew seems to refuse to run as root at all. So, I started trying to create a regular admin user from a shell.
All my attempts at using sysadminctl were unsuccessful, throwing errors that I don’t yet understand.
Question: in general, is creating additional non-root users something that is eventually possible?
Note: I haven’t tried the USER dockerfile directive yet.
Good day sir,
My goal is to create a base image with Homebrew installed, but Homebrew seems to refuse to run as root at all. So, I started trying to create a regular admin user from a shell.
All my attempts at using
sysadminctlwere unsuccessful, throwing errors that I don’t yet understand.Question: in general, is creating additional non-root users something that is eventually possible?
Note: I haven’t tried the
USERdockerfile directive yet.