docker info:
Containers: 2
Running: 0
Paused: 0
Stopped: 2
Images: 8
Server Version: 18.09.7
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
init version: fec3683
Security Options:
seccomp
Profile: default
Kernel Version: 3.10.0-957.21.3.el7.x86_64
Operating System: CentOS Linux 7 (Core)
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 3.4GiB
Name: localhost.localdomain
ID: VKLO:LITQ:ERNE:UG3M:6FU2:B4UN:TH34:ZVZU:2UBE:3IVZ:I66Y:S2FZ
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
Product License: Community Engine
I have downloaded secretservice from this page
Releases · docker/docker-credential-helpers · GitHub
and place the docker-credential-secretservice inside /usr/bin
config.json:
{
“auths”: {},
“HttpHeaders”: {
“User-Agent”: “Docker-Client/18.09.7 (linux)”
},
“credsStore”: “secretservice”
}
Inside terminal i am running the following command
sudo docker login
asking username, password and showing the error
"Error saving credentials: error storing credentials - err: exit status 1, out: Cannot autolaunch D-Bus without X11 $DISPLAY "