Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: device or resource busy

#I had similar issue on Ubuntu 16.04 and manage to solve it by adding more nameservers
#Open config file sudo nano /etc/resolv.conf and add the following under existing nameservers

nameserver 8.8.8.8
nameserver 8.8.4.4

#run following commands to restart daemon and docker service

sudo systemctl daemon-reload
sudo systemctl restart docker

#Now try to pull image you want docker pull sonarqube
Comment

PREVIOUS NEXT
Code Example
Shell :: color picker linux 
Shell :: restart bluetooth siustem in ubuntu 
Shell :: ubuntu delete from ssh known hosts 
Shell :: docker snap install 
Shell :: how to remove file changes in git 
Shell :: ubuntu firewall 
Shell :: database configuration spring boot 
Shell :: lollypop music player install ubuntu 
Shell :: install chrome linux apt 
Shell :: update yarn global 
Shell :: linux speedtest 
Shell :: spring shell inside docker 
Shell :: screen recorder linux 
Shell :: install free dbeaver ubuntu 16.04 
Shell :: bash: pipe all out and error to file 
Shell :: ffmpeg shrink video size 
Shell :: conda install mmcv 
Shell :: java check jre version 
Shell :: zsh create alias 
Shell :: linux extract tgz 
Shell :: see raid config linux 
Shell :: where is my .git config mac 
Shell :: tmux kill session 
Shell :: mkdir: /data/db: Read-only file system 
Shell :: git remove current pull 
Shell :: connect to hidden network linux 
Shell :: install yaourt on arch linux 
Shell :: files to 644 folder to 775 
Shell :: Ubuntu check free space by 5 ways 
Shell :: how to delete a word from a file in bash 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =