Solution to Docker image downloading too slowly

Solution to Docker image downloading too slowly

Docker image download is stuck or too slow

I searched for many methods online, and the download also got stuck when using a China mirror.
The last one was successful and the download speed was satisfactory

1. Register an account on Alibaba Cloud first

There is no need to bind anything, just register directly. If you have an account, just log in directly.
Address: https://cr.console.aliyun.com Click to search for container image service


insert image description here

2. Create a mirror repository

insert image description here

3. After creating it, click on this tab


insert image description here

Type in the terminal

vim /etc/docker/daemon.json

Copy "registry-mirrors": ["https://......com"] (corresponding to your own acceleration address) into the file. This is my format.


insert image description here

Finally, reload the file and restart Docker (don’t forget these two steps)

sudo systemctl daemon-reload //Reload sudo systemctl restart docker //Restart

Finally, you can download the image happily.

docker install mysql (still the same command, no modification is required)

This is the end of this article about the solution to the problem of docker downloading images too slowly. For more related content about docker downloading images too slowly, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Delete the image operation of none in docker images
  • Solve the problem of docker images disappearing
  • How to operate Docker and images
  • Docker image import and export code examples
  • Analysis of the Docker image construction principle (you can build an image without installing Docker)
  • Use scripts to package and upload Docker images with one click
  • Use the docker build kit to build a Docker image that can be used on the Raspberry Pi
  • Steps to completely uninstall the docker image

<<:  JavaScript imitates Jingdong magnifying glass effect

>>:  Getting Started: A brief introduction to HTML's basic tags and attributes

Recommend

Detailed explanation of Linux tee command usage

The tee command is mainly used to output to stand...

Angular Dependency Injection Explained

Table of contents Overview 1. Dependency Injectio...

An example of vertical centering of sub-elements in div using Flex layout

1. Flex is the abbreviation of Flexible Box, whic...

Detailed explanation of MYSQL log and backup and restore issues

This article shares MYSQL logs and backup and res...

Detailed steps for installing and configuring MySQL 5.7

1. Download MySQL 1. Log in to the official websi...

Detailed tutorial on using the tomcat8-maven-plugin plugin in Maven

I searched a lot of articles online but didn'...

Detailed Tutorial on Installing VirtualBox 6.0 on CentOS 8 / RHEL 8

VirtualBox is a free and open source virtualizati...

How to set remote access permissions in MySQL 8.0

The previous article explained how to reset the M...

Linux uses suid vim.basic file to achieve privilege escalation

Reproduce on Kali First set suid permissions for ...

CSS3 uses scale() and rotate() to achieve zooming and rotation

1. scale() method Zoom refers to "reducing&q...

You Probably Don’t Need to Use Switch Statements in JavaScript

Table of contents No switch, no complex code bloc...

MySQL 8.0.22 download, installation and configuration method graphic tutorial

Download and install MySQL 8.0.22 for your refere...