Home > other >  Docker login authentication error
Docker login authentication error

Time:09-21

13 px] [size=root @ ubuntu: ~ # docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don 't have a Docker ID, head over to https://hub.docker.com to create one.
Username: 578851804 @qq.com
Password:
The Error response from the daemon: Get https://registry-1.docker.io/v2/: unauthorized: incorrect username or password


Root @ ubuntu: ~ # docker info
9 Containers:
Running: 0
Paused: 0
Stopped: 9
Images: 4
Server Version: 1.12.2
Storage Driver: aufs
The Root Dir:/var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 30
Dirperm1 Supported: true
Logging Driver: json - the file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host null overlay
Swarm: inactive
Runtimes: runc
The Default Runtime: runc
Security Options: apparmor seccomp
The Kernel Version 4.4.0-21 - generic
Operating System: Ubuntu 16.04.1 LTS
OSType: Linux
Architecture: x86_64
CPUs: 2
The Total Memory: 1.937 GiB
Name: ubuntu
ID: 733 m: IZNF: qq: 47 TSAK: 2 lc7:4 zyo: J7KP: 3 zhy: QRUW: WJBX: DFT7: BAXW
Docker Root Dir:/var/lib/Docker
The Debug Mode (the client) : false
The Debug Mode (server) : false
Registry: https://index.docker.io/v1/
WARNING: No swap limit support
Insecure Registries:
127.0.0.0/8

CodePudding user response:

Account or password mistake, the somebody else error message clearly

CodePudding user response:

I was the problem

CodePudding user response:

The
refer to the original poster tanmengluohua response:
13 px] [size=root @ ubuntu: ~ # docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don 't have a Docker ID, head over to https://hub.docker.com to create one.
Username: 578851804 @qq.com
Password:
The Error response from the daemon: Get https://registry-1.docker.io/v2/: unauthorized: incorrect username or password


Root @ ubuntu: ~ # docker info
9 Containers:
Running: 0
Paused: 0
Stopped: 9
Images: 4
Server Version: 1.12.2
Storage Driver: aufs
The Root Dir:/var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 30
Dirperm1 Supported: true
Logging Driver: json - the file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host null overlay
Swarm: inactive
Runtimes: runc
The Default Runtime: runc
Security Options: apparmor seccomp
The Kernel Version 4.4.0-21 - generic
Operating System: Ubuntu 16.04.1 LTS
OSType: Linux
Architecture: x86_64
CPUs: 2
The Total Memory: 1.937 GiB
Name: ubuntu
ID: 733 m: IZNF: qq: 47 TSAK: 2 lc7:4 zyo: J7KP: 3 zhy: QRUW: WJBX: DFT7: BAXW
Docker Root Dir:/var/lib/Docker
The Debug Mode (the client) : false
The Debug Mode (server) : false
Registry: https://index.docker.io/v1/
WARNING: No swap limit support
Insecure Registries:
127.0.0.0/8


I met the same problem with you, is actually the user name is wrong, the user name is not the email, but you on dockerhub the unique name

CodePudding user response:

Thanks to the building, look for the reason of the whole morning, incredibly, log in to use [username], cannot use [email], but email actually can log in, strange is misleading
  • Related