In short, I have been successfully running brewpi with little difficulty or changes for over 2 years. I tried updating some things and all hell broke loose and I am now starting over. Seems my spark will need to be DFUd back to life as well. But first!
I have been following the wiki directions and I’ve run into a problem. I am now seeing this after the…
docker pull portainer/portainer
docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock --restart always --name portainer portainer/portainer -H unix:///var/run/docker.sock
pi@raspberrypi:~ $ docker pull portainer/portainer
Using default tag: latest
latest: Pulling from portainer/portainer
no matching manifest for unknown in the manifest list entries
pi@raspberrypi:~ $ docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock --restart always --name portainer portainer/portainer -H unix:///var/run/docker.sock
Unable to find image 'portainer/portainer:latest' locally
latest: Pulling from portainer/portainer
docker: no matching manifest for unknown in the manifest list entries.
See 'docker run --help'.
Any ideas as to what is going on?
after this, I cannot access the web UI and am just stuck. Any help would be appreciated.