Cannot deploy the portainer docker image (I think)

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.

There seem to have been some changes to Docker images for Raspberry Pi, requiring commands to be more explicit.

Replace portainer/portainer with portainer/portainer:linux-arm, and it should work.

Hey Bob,

Thanks so much for your help. That ultimately got me going and I’m all fixed up now…I think. Still need to do some work on the actual BrewPi side but feeling like we are progressing. Thank you!