Replies: 2 comments 1 reply
-
Running systemd inside a container basically requires full |
Beta Was this translation helpful? Give feedback.
0 replies
-
The
JFYI, it works in
According to https://lists.freedesktop.org/archives/systemd-devel/2018-November/041644.html both OSes are using unified hierarchy ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm not sure this is right place to report though as I'm using
nerdctl
&containerd
within alima-vm
(https://github.com/lima-vm/lima/). Feel free to move or close the issue if unrelated 🙇🏻I was trying to run a systemd-enabled container with
nerdctl
in alima
-managed virtual machine on my m1-based macbook pro.I tried 2 different images w/o success:
With systemd debug enabled I got the following errors:
I found the issue is described in moby repo: moby/moby#42275. Though I'm really surprised as
nerdctl
is not usingmoby
as far as I understand.. 🤔Steps to reproduce the issue
limactl start default
limactl shell default
Describe the results you received and expected
Got:
Want: systemd-enabled container is up and running w/o any issues.
What version of nerdctl are you using?
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
Lima
Host information
Beta Was this translation helpful? Give feedback.
All reactions