-
Notifications
You must be signed in to change notification settings - Fork 284
Docker Hub Mirror Configuration
This document will introduce how to optimize the configuration of Docker Hub repositories to improve image pull speed.
For systems using systemd (e.g., Ubuntu 16.04+, Debian 8+, CentOS 7), you can edit the configuration file /etc/docker/daemon.json and add the following content:
{
"registry-mirrors": ["https://docker.mirrors.ustc.edu.cn/"]
}
Restart dockerd.
sudo systemctl restart docker
-
Open "Docker.app."
-
Navigate to the preferences page.
-
Open the "Docker Engine" tab.
-
Add the "registry-mirrors" entry to the JSON configuration. Example:
{
...., // other content
"registry-mirrors": [
"https://docker.mirrors.ustc.edu.cn/"
]
}
In the system tray at the bottom right, right-click the Docker icon and select Settings. In the configuration window, choose Docker Engine from the left navigation menu. Refer to the configuration for "Using systemd on Linux" and add the "registry-mirrors" entry to the JSON configuration. Click "Apply & Restart" to save and restart Docker.
{
...., // other content
"registry-mirrors": [
"https://docker.mirrors.ustc.edu.cn/"
]
}
- What is automq: Overview
- Difference with Apache Kafka
- Difference with WarpStream
- Difference with Tiered Storage
- Compatibility with Apache Kafka
- Licensing
- Deploy Locally
- Cluster Deployment on Linux
- Cluster Deployment on Kubernetes
- Example: Produce & Consume Message
- Example: Simple Benchmark
- Example: Partition Reassignment in Seconds
- Example: Self Balancing when Cluster Nodes Change
- Example: Continuous Data Self Balancing
-
S3stream shared streaming storage
-
Technical advantage
- Deployment: Overview
- Runs on Cloud
- Runs on CEPH
- Runs on CubeFS
- Runs on MinIO
- Runs on HDFS
- Configuration
-
Data analysis
-
Object storage
-
Kafka ui
-
Observability
-
Data integration