On Wed, Aug 3, 2022 at 5:09 PM None via Podman <podman(a)lists.podman.io>
wrote:
When I execute podman with the following arguments, there is some
error.
$ podman run --rm --env-host --userns=keep-id --network=host --pid=host
--ipc=host --privileged 8174dfc8728e echo "hello"
Error: runc: runc create failed: unable to start container process: exec:
"echo": executable file not found in $PATH: OCI runtime attempted to invoke
a command that was not found
But when I execute the following, it works.
$ podman run --rm 8174dfc8728e echo "hello"
hello
Thanks for reaching out. Can you share the output of `podman info
--debug`? Alternatively, feel free to open an issue on GitHub which will
help us better track issues.
Kind regards,
Valentin
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io