Home assistant on Rhel 9

Hello,

I am a new user to this forum and also to Home assistant. I have been reading a long time and now its time to get to it.

I have been using Jung knx visu server but its not what i am looking for.

My system is now a HP EliteDesk 800 G1 TWR i7 4gen.
Running RHEL 9 with podman container

I cant get it to run my container and I was looking for some knowlegde here on this forum.

I did the following things.

  1. podman pull docker.io/homeassistant/home-assistant:stable
  2. mkdir ~/hass_config
  3. podman run --init -d
    –name homeassistant
    –restart=unless-stopped
    -v /etc/localtime:/etc/localtime:ro
    -v ~/hass_config:/config:Z
    –network=host
    homeassistant/home-assistant:stable
    4.not getting any further.
    when checking the container isnt running.

Home automation: Running Home Assistant with Podman this is my reference

Help is gladly apreciated!

Hi :wave:!
Have you had a look at the official documentation? Things tend to change quite quickly. Linux - Home Assistant

Is there no output/error code…?

yes I checked the document and I tought it was for docker it wasnt for me but u only had to change to podman.
Its running now but when i do podman container inspect it does not show a port.
I can also not reach the container. Not sure where to look. currently googling but if anybody know more then its great:)

I don’t know Podman, but Docker also doesn’t show a port when host network mode is used.

how is it handled inside docker? any configuration needed?

Not sure what (extra)configuration you mean.
I use a docker-compose file - all configuration is there. But I guess starting it with docker run is just the same.
Do you maybe have firewall rules on the host preventing from access?

Is anything created in ~/hass_config ?

Also, the image isn’t housed at docker.io I think. try ghcr.io/home-assistant/home-assistant:stable like the docs say.

Would love to know how this turned out. Identical situation to mine.

Thanks for the suggestions. I did manage to make it run on podman. i can drop the lines here if you want. I am not sure if its optimal. I am now running haos in a vm on rhel 9. Thats working great for me.

Regards,

Wouter van Zijl