2026-04-02 23:12:36 +08:00

286 B

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

修改/etc/docker/daemon.json:

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

https://github.com/dongyubin/DockerHub