I want to run HA in a docker container on a Raspberry Pi 4B with 4GB, later together with other services in a 8GB RPi4B. I have docker running on that system, an openSUSE Leap 16.0, and tried docker run -d --name homeassistant --privileged --restart=unless-stopped -e TZ=Europe/Amsterdam -v /etc/homeassistant:/config -v /run/dbus:/run/dbus:ro --network=host ghcr.io/home-assistant:stable
However I got:
Unable to find image ghcr.io/home-assistant:stable locally
docker: Error response from daemon: Head “https://ghcr.io/v2/home-assistant/manifests/stable”: name invalid
Is it even possible to use docker on that system? If yes, what went wrong? How do I proceed.