261 B

title, createTime, tags
title createTime tags
Docker换源 2024/08/01 15:32:15
Docker

修改/etc/docker/daemon.json:

"registry-mirrors": [
    "https://dockerhub.icu"
],

https://github.com/dongyubin/DockerHub