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.
- podman pull docker.io/homeassistant/home-assistant:stable
- mkdir ~/hass_config
- 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!