hi, I’m trying to run home assistant in a docker container on centos7 on a raspberrypi 3b+
Commad:
docker volume create homeassistant_data
docker run -d --restart=unless-stopped --name homeassistant --net=host -p 8123:8123 --privileged -v homeassistant_data:/config -e TZ=Europe/Rome ghcr.io/home-assistant/home-assistant:stable
Error:
/usr/bin/docker-current: Error response from daemon: oci runtime error: container_linux.go:290: starting container process caused "process_linux.go:340: running prestart hook 1 caused "error running hook: exit status 1, stdout: , stderr: “”.