Describe the bug
Not able to execute ddev auth ssh
To Reproduce
Steps to reproduce the behavior:
$ ddev auth ssh
Unable to find image 'drud/ddev-ssh-agent:v1.10.1-built' locally
docker: Error response from daemon: manifest for drud/ddev-ssh-agent:v1.10.1-built not found.
See 'docker run --help'.
Docker command 'docker [run -it --rm --volumes-from=ddev-ssh-agent --user=1000 --mount=type=bind,src=~/.ssh,dst=~/.ssh drud/ddev-ssh-agent:v1.10.1-built ssh-add]' failed: exit status 125
Expected behavior
It should work
Screenshots
N/A
Additional context
Thanks for the report! Could you please ddev poweroff and then start again?
That fixed it.
Most helpful comment
Thanks for the report! Could you please
ddev poweroffand then start again?