Score:0

Docker pull does not download the file

cd flag

I'm unable to pull docker images. The command just hangs.
This question is a continuation of the question at. In the current question, the focus is on docker pull command not completing.

The command "docker run hello-world" does not output anything

$ docker pull hello-world
Using default tag: latest
latest: Pulling from library/hello-world
2db29710123e: Extracting [==================================================>]  2.479kB/2.479kB
^C

docker version information

john@cd0254nb032364:~/docker/offline_install$ docker version
Client: Docker Engine - Community
 Version:           20.10.9
 API version:       1.41
 Go version:        go1.16.8
 Git commit:        c2ea9bc
 Built:             Mon Oct  4 16:08:29 2021
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.9
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.16.8
  Git commit:       79ea9d3
  Built:            Mon Oct  4 16:06:37 2021
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.9
  GitCommit:        1c90a442489720eec95342e1789ee8a5e1b9536f
 runc:
  Version:          1.1.4
  GitCommit:        v1.1.4-0-g5fd4c4d
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

docker info information

john@cd0254nb032364:~/docker/offline_install$ docker info
Client:
Context:    default
Debug Mode: false
Plugins:
 app: Docker App (Docker Inc., v0.9.1-beta3)
 buildx: Build with BuildKit (Docker Inc., v0.6.3-docker)
 compose: Docker Compose (Docker Inc., v2.6.0)
 scan: Docker Scan (Docker Inc., v0.9.0)

Server:
Containers: 0
 Running: 0
 Paused: 0
 Stopped: 0
Images: 0
Server Version: 20.10.9
Storage Driver: overlay2
 Backing Filesystem: extfs
 Supports d_type: true
 Native Overlay Diff: true
 userxattr: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Cgroup Version: 1
Plugins:
 Volume: local
 Network: bridge host ipvlan macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 1c90a442489720eec95342e1789ee8a5e1b9536f
runc version: v1.1.4-0-g5fd4c4d
init version: de40ad0
Security Options:
 apparmor
 seccomp
  Profile: default
Kernel Version: 5.15.0-53-generic
Operating System: Ubuntu 20.04.5 LTS
OSType: linux
Architecture: x86_64
CPUs: 16
Total Memory: 62.5GiB
Name: cd0254nb032364
ID: 23TM:HHHH:IE6K:ZS3W:UAQJ:6D4X:OZHT:VCTD:EHT2:YEXJ:EL3J:WLWS
Docker Root Dir: /var/lib/docker
Debug Mode: true
 File Descriptors: 29
 Goroutines: 43
 System Time: 2022-12-09T13:36:29.687264798-05:00
 EventsListeners: 0
HTTP Proxy: xxx
HTTPS Proxy: xxx
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false

Docker status

john@cd0254nb032364:~$ systemctl status docker.service 
● docker.service - Docker Application Container Engine
     Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/docker.service.d
             └─proxy.conf
     Active: active (running) since Fri 2022-12-09 13:44:43 EST; 2h 36min ago
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
   Main PID: 2544 (dockerd)
      Tasks: 22
     Memory: 103.9M
     CGroup: /system.slice/docker.service
             └─2544 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock

Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.494971681-05:00" level=debug msg="Registering POST, /grpc"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.494990892-05:00" level=debug msg="Registering GET, /networks"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495020381-05:00" level=debug msg="Registering GET, /networks/"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495040483-05:00" level=debug msg="Registering GET, /networks/{id:.+}"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495080470-05:00" level=debug msg="Registering POST, /networks/create"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495108229-05:00" level=debug msg="Registering POST, /networks/{id:.*}/connect"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495146747-05:00" level=debug msg="Registering POST, /networks/{id:.*}/disconnect"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495187844-05:00" level=debug msg="Registering POST, /networks/prune"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495212663-05:00" level=debug msg="Registering DELETE, /networks/{id:.*}"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495357205-05:00" level=info msg="API listen on /run/docker.sock"
lines 1-23...skipping...
● docker.service - Docker Application Container Engine
     Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/docker.service.d
             └─proxy.conf
     Active: active (running) since Fri 2022-12-09 13:44:43 EST; 2h 36min ago
TriggeredBy: ● docker.socket
       Docs: https://docs.docker.com
   Main PID: 2544 (dockerd)
      Tasks: 22
     Memory: 103.9M
     CGroup: /system.slice/docker.service
             └─2544 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock

Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.494971681-05:00" level=debug msg="Registering POST, /grpc"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.494990892-05:00" level=debug msg="Registering GET, /networks"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495020381-05:00" level=debug msg="Registering GET, /networks/"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495040483-05:00" level=debug msg="Registering GET, /networks/{id:.+}"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495080470-05:00" level=debug msg="Registering POST, /networks/create"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495108229-05:00" level=debug msg="Registering POST, /networks/{id:.*}/connect"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495146747-05:00" level=debug msg="Registering POST, /networks/{id:.*}/disconnect"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495187844-05:00" level=debug msg="Registering POST, /networks/prune"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495212663-05:00" level=debug msg="Registering DELETE, /networks/{id:.*}"
Dec 09 13:44:43 cd0254nb032364 dockerd[2544]: time="2022-12-09T13:44:43.495357205-05:00" level=info msg="API listen on /run/docker.sock"
~
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.