Issue: When attempting to run scout from cli, I keep getting prompted to login, no matter if I’ve already successfully logged in or not. Anyone else having these issues on windows with wsl2?
OS: Windows 11 23H2
App Version: Docker Desktop 4.48.0, WSL 2.6.1
Steps to Reproduce
- Open docker desktop application.
- Open terminal, (defaults to powershell but command prompt fails the same)
- Type
docker login(This returns successful login) - Type
docker scout quickview alpine(alpine is already in my images but none of them work) - Message returned is
Log in with your Docker ID or email address to use docker scout.
If you don’t have a Docker ID, head over to https://hub.docker.com to
create one. You can log in with your password or a Personal Access Token (PAT)
by running docker login.
Using a limited-scope PAT grants better security and is required for organizations
using SSO. Learn more at Personal access tokens | Docker DocsYou can also log in using Docker Desktop.