You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Podman starts containers in rootless mode by default. The su command therefore cannot work by definition. The user is prompted for a password (which is of course unknown) in interactive mode. /etc/init.d/oracle-free-23ai start isn't executed, and all subsequent steps fail since the database isn't available.
Kindly revert the change to allow users to run the image without requiring root privileges.