I am still struggling with getting my system moved from rpi4 to ubuntu server 18.04 LTS.
I have portainer running with all the homeassistant containers. Ran though all the scripts. And the Supervisor is not showing up:
I have docker-ce installed.
The Supervisor is not showing up…
Thoughts?
Try this, then reboot the machine.
sudo -i
apt-get update
apt-get install -y software-properties-common apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat
systemctl disable ModemManager
curl -fsSL get.docker.com | sh
docker pull homeassistant/amd64-hassio-supervisor:latest
docker tag homeassistant/amd64-hassio-supervisor:latest homeassistant/amd64-hassio-supervisor:latest
curl -sL "https://raw.githubusercontent.com/krdesigns-com/supervised-installer/master/installer.sh" | bash -s
1 Like
Do you have advanced setup in your profile?
Not sure what that means?
I error out at the docker pull:
Error response from daemon: manifest for homeassistant/amd64-hassio-supervisor:lastest not found: manifest unknown: manifest unknown
Got past that one:
Had to use this script:
curl -sL “https://raw.githubusercontent.com/krdesigns-com/supervised-installer/master/installer.sh” | bash -s – -d /home/USER/docker/hassio
Also… in configuration.yaml do you have:
default_config:
OR
hassio:
I have the default_config:
Rebooted and all seems to be working. Thank you.
1 Like