Hass.io on Debian... Looks (?) installed... How to start?

Tried to install hass.io on Debian (Docker method).
But I can not log-in to it with the standard:

hassio.local:8123 or 192.168.1.217:8123

“Problem loading page”, etc.

The command:

docker ps

Is showing:

CONTAINER ID        IMAGE                                            COMMAND                  CREATED             STATUS              PORTS                                                                NAMES
34e159b34131        hassioaddons/node-red-amd64:4.2.1                "/init"                  About an hour ago   Up About an hour                                                                         addon_a0d7b954_nodered
107fee7c8a17        hassioaddons/home-panel-amd64:1.4.4              "/init"                  About an hour ago   Up About an hour    0.0.0.0:8234->80/tcp                                                 addon_a0d7b954_home-panel
70d8f45cf774        hassioaddons/motioneye:0.5.5                     "/init"                  About an hour ago   Up About an hour                                                                         addon_a0d7b954_motioneye
dcf396cfd6d6        homeassistant/amd64-addon-configurator:3.6       "/run.sh"                About an hour ago   Up About an hour                                                                         addon_core_configurator
da537310c629        esphome/esphome-hassio-amd64:1.13.6              "/init"                  About an hour ago   Up About an hour                                                                         addon_15ef4d2f_esphome
e14da6ed7c24        hassioaddons/ssh-amd64:6.3.3                     "/init"                  About an hour ago   Up About an hour                                                                         addon_a0d7b954_ssh
e928b5a4136f        hassioaddons/influxdb-amd64:3.3.0                "/init"                  About an hour ago   Up About an hour    0.0.0.0:8086->8086/tcp                                               addon_a0d7b954_influxdb
fb4095100a8b        hassioaddons/glances-amd64:0.5.5                 "/init"                  About an hour ago   Up About an hour                                                                         addon_a0d7b954_glances
f5f1af8c9495        homeassistant/amd64-addon-samba:9.0              "/run.sh"                About an hour ago   Up About an hour                                                                         addon_core_samba
a4c6fb011818        samccauley/amd64-googlebackup:1.7.1              "/run.sh"                About an hour ago   Up About an hour    0.0.0.0:8055->8000/tcp                                               addon_3833edd4_googlebackup
a9f0b3875e0d        hassioaddons/sonweb-amd64:0.8.2                  "/init"                  About an hour ago   Up About an hour    0.0.0.0:9541->9541/tcp                                               addon_a0d7b954_sonweb
39b288638ffe        homeassistant/amd64-addon-mariadb:1.3            "/run.sh"                About an hour ago   Up About an hour    0.0.0.0:3306->3306/tcp                                               addon_core_mariadb
fce88c689938        homeassistant/amd64-addon-mosquitto:5.1          "/run.sh"                About an hour ago   Up About an hour    0.0.0.0:1883-1884->1883-1884/tcp, 0.0.0.0:8883-8884->8883-8884/tcp   addon_core_mosquitto
02cda0351a76        homeassistant/amd64-hassio-dns:1                 "coredns -conf /conf…"   About an hour ago   Up About an hour                                                                         hassio_dns
673afdf8047a        homeassistant/qemux86-64-homeassistant:0.100.2   "/bin/entry.sh pytho…"   4 hours ago         Up 45 seconds                                                                            homeassistant
1177e7c5e397        homeassistant/amd64-hassio-supervisor            "/bin/entry.sh pytho…"   6 days ago          Up 5 seconds                                                                             hassio_supervisor

Is that something wrong with this install???
Shoud I do something more to start the ‘hass.io’ ?

I can log to ‘home-panel’, but not to hass.io

Well, what do your logs say?

Have no idea… This is my FIRST day with ‘docker’…

This isn’t a docker issue though. Your log file is literally a file in the config directory…your HA containers are restarting for some reason. The log might hold the answer…

Well - how to look for the ‘HA log’ in the ‘container’?

it’s literally right in front of you if you ls in the container

Your files are not IN the container…they’re right there in the configuration directory. If you have access to the samba share it is literally right there in front of you

Clear… I’ll look. Thx…

I see messages - as below.
Is that something wrong?
I’m not using ‘network’ ‘172’.
I have ‘192’.
Why the messages are referring to ‘172’?

● hassio-supervisor.service - Hass.io supervisor
   Loaded: loaded (/etc/systemd/system/hassio-supervisor.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2019-10-22 22:34:59 CEST; 1 day 11h ago
  Process: 10195 ExecStartPre=/usr/bin/docker stop hassio_supervisor (code=exited, status=0/SUCCESS)
 Main PID: 10219 (hassio-supervis)
    Tasks: 10 (limit: 4494)
   Memory: 63.2M
   CGroup: /system.slice/hassio-supervisor.service
           ├─10219 /bin/sh /usr/sbin/hassio-supervisor
           └─28319 docker run --name hassio_supervisor --privileged --security-opt apparmor=hassio-supervisor --security-opt seccomp=unconfined -v /var/run/docker.sock:/var/run/docker.sock -v /var

Oct 24 10:08:25 Debian hassio-supervisor[10219]: 19-10-24 08:08:25 ERROR (MainThread) [hassio.api.proxy] Client error on WebSocket API Cannot connect to host 172.30.32.1:8123 ssl:False [Connection
Oct 24 10:08:30 Debian hassio-supervisor[10219]: 19-10-24 08:08:30 INFO (MainThread) [hassio.api.proxy] Home Assistant WebSocket API request initialize
Oct 24 10:08:30 Debian hassio-supervisor[10219]: 19-10-24 08:08:30 INFO (MainThread) [hassio.api.proxy] WebSocket access from a0d7b954_nodered
Oct 24 10:08:30 Debian hassio-supervisor[10219]: 19-10-24 08:08:30 ERROR (MainThread) [hassio.api.proxy] Client error on WebSocket API Cannot connect to host 172.30.32.1:8123 ssl:False [Connection
Oct 24 10:08:35 Debian hassio-supervisor[10219]: 19-10-24 08:08:35 INFO (MainThread) [hassio.api.proxy] Home Assistant WebSocket API request initialize
Oct 24 10:08:35 Debian hassio-supervisor[10219]: 19-10-24 08:08:35 INFO (MainThread) [hassio.api.proxy] WebSocket access from a0d7b954_nodered
Oct 24 10:08:35 Debian hassio-supervisor[10219]: 19-10-24 08:08:35 ERROR (MainThread) [hassio.api.proxy] Client error on WebSocket API Cannot connect to host 172.30.32.1:8123 ssl:False [Connection
Oct 24 10:08:40 Debian hassio-supervisor[10219]: 19-10-24 08:08:40 INFO (MainThread) [hassio.api.proxy] Home Assistant WebSocket API request initialize
Oct 24 10:08:40 Debian hassio-supervisor[10219]: 19-10-24 08:08:40 INFO (MainThread) [hassio.api.proxy] WebSocket access from a0d7b954_nodered
Oct 24 10:08:40 Debian hassio-supervisor[10219]: 19-10-24 08:08:40 ERROR (MainThread) [hassio.api.proxy] Client error on WebSocket API Cannot connect to host 172.30.32.1:8123 ssl:False [Connection
~

172.x.x.x is the internal ip-address of the docker container

Yes, indeed I’ve noticed that when I installed ‘Portainer’…

Still not sure how to get ‘hassio’ working.
I have installed ‘portainer’ and this is what I see - 1st screen.
But when I use ‘192.168.1.217:8123’ in browser - I see for about 30s screen that ‘hassio’ is going to be configured for 20 minutes - 2nd screen.
But the I see following message in browser.
Any idea what should I do?

Unable to connect

Firefox can’t establish a connection to the server at 192.168.1.217:8123.

    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer’s network connection.

Investigated that deeply… Problem was with config.yaml. After changes - now all looks O.K.