I run HA on a RasPi version Linux HomeAssistant 6.1.21-v8+.
Checking the docker images I found the HA image quite old and decided to pull a new container. Starting the container by
sudo docker run -d 5c9a3e184c4c
resulted in
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ccb7f087db6b 5c9a3e184c4c "/init" 10 hours ago Up 10 hours goofy_pascal
So, HA seems to run, but I cannot connect through port 8123. The “/init” in Command worries me.
Please explain, Docker is a new subject to me. The original installation of HA (1 year ago) went flawlessly, so the ports must have been bridged correctly. I probably shouldn’t have pulled a new image for updating HA (a better route was and still is unknown to me), and the procedure of pulling a new version seemed logical to me. It seems from your reply that the ports need to be re-bridged? If so, please add some instructions for getting me started. Thanks in advance.