Home Assistant with Podman
# podman run -dt -v /srv/hassio:/config:Z -v /etc/localtime:/etc/localtime:ro --name=home-assistant --net=host -d docker.io/homeassistant/home-assistant:latest
When most pods are configured, I would recommend using specific port management instead of the host network. However, since Home Assistant is exclusive to port 8123, this would be one of those exceptions that shouldn’t matter.
Additionally, I have all of my configurations stored in /srv/hassio, if you want your configurations stored in another location then replace that with your desired configuration location.