I'm trying to set up Docker for the first time, following the guide. When I get to installing Portainer (step 4), it fails however with this message:
QuoteDisplay MoreDocker storage :: /srv/dev-disk-by-uuid-c289a88e-31dc-4146-a254-1927f3a7b2c7/Docker
Agent port:: 8000
Web port:: 9000
Yacht port:: 8001
ee:: 0
image:: portainer/portainer-ce
arch :: amd64
option :: portainer
state :: install
extras :: 6.0.7
DNS OK.
No portainer containers or images to remove.
Pulling and starting portainer/portainer-ce ...
d0672f9c4f33178e79766e07b9941366c1ecb40b386dea76c433ba25b143a945
Something went wrong trying to pull and start portainer ...
I found an old thread with the same message, but nothing there seems to apply:
- My DNS is working fine (indicated above and confirmed with ping from cli).
- I'd never installed/used Docker before on this machine, nothing else is using port 8000.
I've tried removing/reinstalling/restarting both Docker and Portainer, no luck. Ideas?