spacedust27
I've installed docker on an ubuntu pod, but cannot start it with systemctl
I've installed docker but when running
systemctl status docker
I get an error:
System has not been booted with systemd as init system
How can I start docker within a runpod ubuntu pod?11 replies
How can I access more logs from a pod?
when I view pod logs, it seems like I can only access a few hundred lines of logs. I'm dealing with an error that outputs a huge amount of logs, and concurrent requests cause a downstream error to print. Because of this I'm unable to view the logs of the original error, or what inputs caused it.
Is there any way to download a full log dump of a pod?
4 replies