You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new device code login, if I suspend the process with ^Z, and later return to it with fg, while it's waiting for authentication, then the CLI gives me an error: failed waiting for authentication: You are polling faster than the specified interval of 5 seconds.
Reproduce
[david:~/src/d/docs] rn-27.2.0+ 1 ± docker login
USING WEB BASED LOGIN
To sign in with credentials on the command line, use 'docker login -u <username>'
Your one-time device confirmation code is: CTPC-WSTX
Press ENTER to open your browser or submit your device code here: https://login.docker.com/activate
Waiting for authentication in the browser…
^Z
[1]+ Stopped docker login
1z [david:~/src/d/docs] rn-27.2.0+ 49s 146 ± # do stuff
1z [david:~/src/d/docs] rn-27.2.0+ ± fg
docker login
failed waiting for authentication: You are polling faster than the specified interval of 5 seconds.
Description
With the new device code login, if I suspend the process with
^Z
, and later return to it withfg
, while it's waiting for authentication, then the CLI gives me an error:failed waiting for authentication: You are polling faster than the specified interval of 5 seconds.
Reproduce
Expected behavior
No response
docker version
docker info
Client: Version: 27.2.0-rc.1 API version: 1.47 Go version: go1.21.13 Git commit: 60ce3fb Built: Fri Aug 16 17:54:33 2024 OS/Arch: darwin/arm64 Context: desktop-linux Server: Docker Desktop 4.34.0 (164867) Engine: Version: 27.2.0-rc.1 API version: 1.47 (minimum version 1.24) Go version: go1.21.13 Git commit: 9942d65 Built: Fri Aug 16 17:56:53 2024 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.7.20 GitCommit: 8fc6bcff51318944179630522a095cc9dbf9f353 runc: Version: 1.1.13 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0
Additional Info
No response
The text was updated successfully, but these errors were encountered: