02/11/2021, 23:18
Buonasera.
Raspberry Pi3
Operating System: Raspbian GNU/Linux 9 (stretch)
Ho installato su SO esistente e funzionante l'ultima versione di Docker:
sembra sia andato tutto bene.
Ci istanzio sopra HA
ma quando vado ad aprirlo dal browser: ip:8123 mi dice connessione non riuscita.
Qualche idea?
Raspberry Pi3
Operating System: Raspbian GNU/Linux 9 (stretch)
Ho installato su SO esistente e funzionante l'ultima versione di Docker:
Codice:
docker info
Client:
Debug Mode: false
Server:
Containers: 1
Running: 0
Paused: 0
Stopped: 1
Images: 2
Server Version: 19.03.15
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
init version: fec3683
Security Options:
seccomp
Profile: default
Kernel Version: 4.19.66-v7+
Operating System: Raspbian GNU/Linux 9 (stretch)
OSType: linux
Architecture: armv7l
CPUs: 4
Total Memory: 926.1MiB
Name: RaspBerry
ID: [CUT]
Docker Root Dir: /var/lib/docker
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
WARNING: No swap limit support
WARNING: No cpu cfs quota support
WARNING: No cpu cfs period support
sembra sia andato tutto bene.
Ci istanzio sopra HA
Codice:
docker run --init -d --name="home-assistant" -e "TZ=Europe/Rome" -v /home/Utente/homeassistant:/config --net=host --restart always ghcr.io/home-assistant/home-assistant:stable
ma quando vado ad aprirlo dal browser: ip:8123 mi dice connessione non riuscita.
Qualche idea?