跳到主內容

Docker 使用私有repo (Nexus)

vim /etc/docker/daemon.json
{
    "insecure-registries": ["10.10.10.10:8083"],
    "registry-mirrors": ["http://10.10.10.10:8083"]
}
sudo systemctl restart docker

image-1733823888931.png

image-1733823909856.png

https://registry-1.docker.io

image-1733824478204.png