Can we use systemctl with pod?
I need systemctl to connect to our experiment infrastructure. When i run the command, i get the following error:
(vh) root@2a8382770b55:~/mono# sudo systemctl daemon-reload
System has not been booted with systemd
2 Replies
You can't use systemd with docker.
Solution
use
service
instead of systemctl
.