Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Docker Login fails - request canceled while waiting for connection

Prateek Agarwal-OracleJan 13 2020 — edited Jan 22 2020

I've installed Oracle Linux Server 7.7 in a Lenovo Desktop. As the OS did not come with docker pre-installed, I downloaded with via "yum install docker-engine" command.

Now when I try to login into the docker, I'm unable to and get below error.

[root@devbox-linux ~]# docker login container-registry.oracle.com

Username: xxxx@oracle.com

Password:

Error response from daemon: Get https://container-registry.oracle.com/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)

resolv.conf

[root@devbox-linux ~]# cat /etc/resolv.conf

# Generated by NetworkManager

search oraclecorp.com oracle.com

nameserver 206.223.27.2

nameserver 206.223.27.1

Oracle Linux details

Linux OBI Version: 7.6.64.1

OS Version: Oracle Linux Server release 7.7

Running kernel: 3.10.0-957.el7.x86_64 [Red Hat Kernel]

Computer Name: devbox-linux

System Information

   Manufacturer: LENOVO

   Model: ThinkCentre M920t

   Machine SN: PC1C6XQ7

   BIOS: M1UKT47A

   BIOS Date:  08/14/2019

CPU: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz

CPU Speed: 4299.804

4300.000

RAM: 16261996kB

HDD:

   sda [1000.2 GB]: WDC WD10EZEX-08WN4A0, WD-WCC6Y3TDV5SK

VIDEO: Intel Corporation UHD [256M]

Comments
Post Details
Added on Jan 13 2020
2 comments
3,404 views