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
Solution:
use service instead of systemctl.
Jump to solution
2 Replies
digigoblin
digigoblin3w ago
You can't use systemd with docker.
Solution
digigoblin
digigoblin3w ago
use service instead of systemctl.