Running containerd-rootless-setuptool.sh install fails on Amazon Linux 2 #893
-
| I am trying to install nerdctl on Amazon Linux 2 using the full release archive. When I run  Here are the steps to reproduce the issue. Create an Amazon Linux 2 EC2 instance. SSH into it and run: After this, running  Then, running  System information Its evident that the error has something to do with systemd Dbus (at least, the systemwide) service seems to be running  | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
| RHEL 7 variants like Amazon Linux 2 lacks support for user-level systemd. You can just run  | 
Beta Was this translation helpful? Give feedback.
RHEL 7 variants like Amazon Linux 2 lacks support for user-level systemd.
You can just run
containerd-rootless.shwithout systemd.