I'm trying to run the latest version of the earnapp image so it can create it's own UUID, but it is hitting the following error:
Couldn't find an alternative telinit implementation to spawn.
Looking around, it sounds like it's to do with the privileged and /sys/fs/cgroup settings, but those are set in my docker compose config
I'm trying to run the
latest
version of the earnapp image so it can create it's own UUID, but it is hitting the following error:Couldn't find an alternative telinit implementation to spawn.
Looking around, it sounds like it's to do with the
privileged
and/sys/fs/cgroup
settings, but those are set in my docker compose config