core
core copied to clipboard
Do we need to really run this as root?
Do we need to really run this as root?
Some people might get freaked out about this. Should at least do sudo in the individual commands that require it (and inform the user).
https://github.com/runcitadel/core/blob/35e50381bca34e552f634f59e10ecd81defae1d8/scripts/configure#L20
Do we need to really run this as root?
Currently, yes. We manually install docker compose v2 (a docker CLI plugin, not a separate tool) to the users home directory and all other scripts run as root. But I'll keep this on the roadmap.
Do we need to really run this as root?
Currently, yes. We manually install docker compose v2 (a docker CLI plugin, not a separate tool) to the users home directory and all other scripts run as root. But I'll keep this on the roadmap.
awesome would be good to install docker-compose v2 CLI to whatever the default user is eventually. Some people may get nervous about using root and its also a potential attack vector