I am running and interactive docker container and I need to run system commands to makes changes to my Bluetooth connection and sometimes WiFi connection from the interactive docker terminal. Example:
sudo systemctl restart bluetooth
When I run this in the interactive docker container I get this error
root@NX3:~# sudo systemctl restart bluetooth
System has not been booted with systemd as init system (PID 1). Can't operate.
Can someone please help me with this. How do I enable docker to use systemd