Hello, first of all, thank you for your work, it's been really useful.
I'm trying to docker build a Mullvad GUI app docker image to use with UNRAID (and use this image as my main VPN container) but I'm getting the following error:
[app ] System has not been booted with systemd as init system (PID 1). Can't operate.
[app ] Failed to connect to bus: Host is down
Hello, first of all, thank you for your work, it's been really useful.
I'm trying to
docker build
a Mullvad GUI app docker image to use with UNRAID (and use this image as my main VPN container) but I'm getting the following error:This is my Dockerfile:
And this is my startapp.sh:
Can you help me out?