podman run with --init gives me: Error: container-init binary not found on the host: stat /usr/libexec/podman/catatonit: no such file or directory
2
votes
2
answers
2691
views
When I run
podman run --init
, I get
$> podman run --init -ti cp /sbin/init
Error: container-init binary not found on the host: stat /usr/libexec/podman/catatonit: no such file or directory
But I can easily verify that there is an init there,
$> podman run cp ls -- /sbin | grep init
init
telinit
What is catatonit
? Why am I getting this error and how can I resolve it?
Asked by Evan Carroll
(34663 rep)
Nov 12, 2020, 10:35 AM
Last activity: Dec 30, 2020, 02:52 AM
Last activity: Dec 30, 2020, 02:52 AM