TLDR: When I try to install ECE with the --podman flag it throws an error about the user not being in the docker group, which doesn't exist in a podman install.
We are currently using ECE on RHEL with docker. I was just trying to set up a new host for a fresh install of ECE on RHEL using podman following the directions:
I specify the --podman flag on the install script, but it still gives me an error:
"
The user is not a member of the docker group.
To resolve the issue, add the user to the docker group or install as a different user.
"
In the install instructions it has you create the podman group and add the elastic user to it, but it does not have you create a docker group...yet the script still checks for it.