Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Your error literally says that the system has not been booted with systemd... is this a container that has no systemd? Can you verify? Commented Aug 5, 2021 at 14:09
  • Yes its already there in the container. I tried to install sudo apt-get install systemd got Reading package lists... Done Building dependency tree Reading state information... Done systemd is already the newest version (237-3ubuntu10.41). systemd set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Commented Aug 5, 2021 at 14:22
  • systemd --version systemd 237 +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid Commented Aug 5, 2021 at 14:25